Would it be possible to use GPU acceleration when training a Tensorflow model on macOS? How’s the performance when we training the same model on an Apple-chip platform?
Tensorflow acceleration on macOS
You can try PlaidML project.
But I'm recommending use Google Colab for training models.
But I'm recommending use Google Colab for training models.
Tensorflow is now being developed for Mac including the M1.
https://github.com/apple/tensorflow_macos
https://github.com/apple/tensorflow_macos
Please check: https://developer.apple.com/metal/tensorflow-plugin/
Hi @StargazerVia, We have introduced Metal Pluggable Device (thanks @dark_king for providing the link as well) interface for Tensorflow. This provides GPU acceleration on Mac platform for Tensorflow models. Please give it a try and let us know if you run into any issues.