Post

Replies

Boosts

Views

Activity

Reply to Tensorflow on M1 Macbook Pro, error when model fit executes
Yes. I'm facing the same problem. I guess you are using Tensorflow-macos 2.11.0 and Tensorflow-metal 0.7.0. From my understanding, the problem is the 'conda install -c apple tensorflow-deps' step as per the website instruction https://developer.apple.com/metal/tensorflow-plugin/. We are still installing tensorflow-deps 2.9.0 (https://anaconda.org/apple/tensorflow-deps/files). I was facing problem to even run tensorflow-macos 2.10.0 on my mac, had to downgrade to tensorflow-macos 2.9 (to match tensorflow-deps 2.9.0). Also, as per the conda link, there is no tensoflow-deps 2.11.0 from apple yet. Hopefully, this issue is fixed soon.
Dec ’22
Reply to Error in Tensorflow on M1
The problem is with the tensorflow-deps version. If I'm not wrong, you have tensorflow-deps==2.9.0 and tensorflow-macos==2.10.0 or tensorflow-macos==2.11.0. The problem is conda install -c apple tensorflow-deps installs 2.9.0. You can download the 2.10.0 from https://anaconda.org/apple/tensorflow-deps/files to get dependencies for tensorflow-macos 2.10.0. As of now, there are no dependencies available for 2.11.0.
Dec ’22