Post

Replies

Boosts

Views

Activity

Reply to Tensorflow on M1 Macbook Pro, error when model fit executes
I had exactly the issue. I downgraded to conda install -c apple tensorflow-deps==2.9.0 python -m pip install tensorflow-macos==2.9.0 python -m pip install tensorflow-metal==0.5.0 with Python==3.18.6, and works great in my new MAC M1 MAX! Hope it works for you.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Why Python native on M1 Max is greatly slower than Python on old Intel i5?
In my new MAC M1. 1)I installed the Minoforge3 (bash Miniforge3-MacOSX-arm64.sh) 2 Initialized a conda base environment (conda init) 3) Installed numpy properly: conda install numpy "libblas=*=*accelerate" And then the suggested benchmark runs in 1.07172 secs
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22