-
Notifications
You must be signed in to change notification settings - Fork 309
Apple M1 TensorFlow #263
Comments
I was able to set it up by installing from GitHub via terminal by following instructions here: https://medium.com/gft-engineering/macbook-m1-tensorflow-on-jupyter-notebooks-6171e1f48060 |
Thanks! Looks promising. " will investigate this error further. |
These two linked articles might help: https://github.com/conda-forge/miniforge#miniforge3 |
Thanks!!! You saved my day. Actually "week", since I've struggled with this several days. Now I only need yo get used to Jupyter coding. Used to Spyder. |
Here what got so far with Tensorflow 2.5.0
It was time consuming to get this done. Steps like in https://www.tensorflow.org/install/source but with important amendments
So u use Xcode python which is arm64 and x86_64 Bazel to build Tensorflow from source and then pip it in Conda env After all got performance lost like 10% ( in Colab with new 2.5.0. performance is +10%) but accuracy of LSTM in particular (checked in Google Colab before and after) Before was not acceptable at all. And some errors while import Tensorflow
|
Hey @Niclas70, I wrote the guide on issue #153, I hope it helps! You should be able to use ANY editor to write Python code, even in this unique environment. The only point you'll want to make is that whatever you're using to run your code, should use the Python you specially installed with Miniforge -- not the default Python, not Anacona Python, not Homebrew's Python. For example for me, if I'm in the terminal, I can run |
Does anyone know if TensorFlow for Mac M1 is, or will be, supported in Anaconda? I.e. possible to install from the Anaconda environment user interface?
I tried installing from GitHub via terminal, but did not succeed.
If possible, it would be great to be able to use Spyder for development.
The text was updated successfully, but these errors were encountered: