Open mratsim opened 7 years ago
It might be that Metal only allows inference, not training.
Also see: Bender "Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood."
Seems like CoreML is the new kid on the block for neural net on iOS: https://developer.apple.com/documentation/coreml
The Metal framework is a low-level Apple framework to access GPU-accelerated graphics and compute features.
In particular Metal provides off-the-shelf functions for convolutional neural network.
Docs:
Cool videos: