Giter VIP home page Giter VIP logo

Comments (3)

hollance avatar hollance commented on May 31, 2024

If you run the app and then pause it, you’ll see that CoreML is using something called ANE, which stands for Apple Neural Engine.

I think the reason MPS supports training is mostly so you can train on the Mac, and that iOS is less of a target for this.

And no, there is no public API for the Neural Engine right now. It wouldn’t be through MPS since that is just for the GPU.

from yolo-coreml-mpsnngraph.

roozmahdavian avatar roozmahdavian commented on May 31, 2024

Ah, I see. I suppose what I don't understand is why Apple chose to create a fully-functional computational graph, and then restrict this abstraction (by embedding it in MPS) to the GPU. It just feels strange. I use Tensorflow often on the CPU 🤷‍♂️

from yolo-coreml-mpsnngraph.

hollance avatar hollance commented on May 31, 2024

I think it’s more the other way around: they first had MPS kernels for doing convolutions etc. Then they realized they could add a graph API. And then even later they added a backwards pass to this API. But it’s not nearly of the same scope as TensorFlow.

from yolo-coreml-mpsnngraph.

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.