You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't an issue really, just a tips to all Mac Silicone users on how to get the GPU to work with the Decimer package, might be already known to some but it took me a while.
Install python 3.10 (it didn't work on 3.9 for me, 3.11 not tested).
Install Decimer
Then do pip install tensorflow-macos (in my case ==2.15.0)
then pip install tensorflow-metal(in my case ==1.1.0)
in this order.
The text was updated successfully, but these errors were encountered:
This isn't an issue really, just a tips to all Mac Silicone users on how to get the GPU to work with the Decimer package, might be already known to some but it took me a while.
Install python 3.10 (it didn't work on 3.9 for me, 3.11 not tested).
Install Decimer
Then do
pip install tensorflow-macos
(in my case ==2.15.0)then
pip install tensorflow-metal
(in my case ==1.1.0)in this order.
The text was updated successfully, but these errors were encountered: