Code Monkey home page Code Monkey logo

Comments (9)

salamanders avatar salamanders commented on May 13, 2024

Self-contained example in https://github.com/salamanders/superdeep

from djl.

frankfliu avatar frankfliu commented on May 13, 2024

@salamanders
osx doesn't have GPU support the classifier should be: osx-x86_64

from djl.

salamanders avatar salamanders commented on May 13, 2024

Whohoo, that did it, thank you!

For any future readers, my pom.xml had:

        <dependency>
            <groupId>ai.djl</groupId>
            <artifactId>api</artifactId>
            <version>0.2.1</version>
        </dependency>
        <dependency>
            <groupId>ai.djl.mxnet</groupId>
            <artifactId>mxnet-model-zoo</artifactId>
            <version>0.2.1</version>
        </dependency>
        <dependency>
            <groupId>ai.djl.mxnet</groupId>
            <artifactId>mxnet-native-mkl</artifactId>
            <version>1.6.0-b</version>
            <classifier>osx-x86_64</classifier>
        </dependency>

from djl.

salamanders avatar salamanders commented on May 13, 2024

... so should I (ever) include mxnet-native-cu101mkl or mxnet-native-cu92mkl?

from djl.

zachgk avatar zachgk commented on May 13, 2024

You might. Each of the mxnet-native-* dependencies represent a different way of building the MXNet engine. For OSX, we only distribute the build with Intel MKL Library enabled (-mkl). For linux, we have more builds including builds with GPU support (this is your -cu101mkl and -cu92mkl). You can look at https://github.com/awslabs/djl/blob/master/mxnet/mxnet-engine/README.md for a list of the various builds that we distribute for each platform.

from djl.

salamanders avatar salamanders commented on May 13, 2024

I think there may be a typo, it says "macOS
For macOS, you can choose between the following two libraries:" and then it lists one.

from djl.

frankfliu avatar frankfliu commented on May 13, 2024

@salamanders
macOS is official os name since 10.12, OSX is legacy name.

from djl.

salamanders avatar salamanders commented on May 13, 2024

Sure! I'm happy with either.
I meant more that it says "following two options" but there is only one option.

from djl.

frankfliu avatar frankfliu commented on May 13, 2024

@salamanders
Thanks for clarify, I will submit a fix to address this.

from djl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.