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.