Post

Replies

Boosts

Views

Activity

On installing Tensorflow on M1 max
I tried to install Tensorflow on M1 max, which looks being successfully installed as it works without GPU. But when I use from tensorflow.python.compiler.mlcompute import mlcompute , I saw the error as follows ModuleNotFoundError: No module named 'tensorflow.python.compiler.mlcompute' . Why my tensorflow doesnt include mlcompute?? I installed tensorflow as described in the apple instruction. conda install -c apple tensorflow-deps python -m pip install tensorflow-macos python -m pip install tensorflow-metal Please help me.
3
0
1.9k
Nov ’21