Install-TensorFlow-on-Mac-M1-GPU
Install-TensorFlow-on-Mac-M1-GPU copied to clipboard
GPU Not Available
Hi, I tried out the procedure as mentioned in the blog and set up all the dependencies too. But when I ran the code, it says the GPU is not available;
Python Platform: macOS-13.1-arm64-arm-64bit Tensor Flow Version: 2.12.0 Keras Version: 2.12.0
Python 3.10.2 (v3.10.2:a58ebcc701, Jan 13 2022, 14:50:16) [Clang 13.0.0 (clang-1300.0.29.30)] Pandas 1.5.3 Scikit-Learn 1.2.2 SciPy 1.10.1 GPU is NOT AVAILABLE
Is there anything that I'm missing out?
And also I keep getting this error when installing the pip packages: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tensorflow 1.12.0 requires tensorboard<1.13.0,>=1.12.0, but you have tensorboard 2.2.1 which is incompatible.
Is this the reason I'm getting this issue?
To fix this error, you can try downgrading your TensorBoard version to a compatible version with TensorFlow 1.12.01. You can do this by running the following command in your terminal: pip install tensorboard==1.12.0
If this does not work, you can try upgrading your TensorFlow version to a version that is compatible with your current TensorBoard version. You can also try uninstalling both TensorFlow and TensorBoard and then reinstalling them again. I hope this helps!