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
On my M1 MacBook Pro it works perfectly on the CPU, but I just get noise if I try and use the hardware accelerated MPS device.
CPU:
MPS:
I assume this is really a PyTorch/MPS issue rather than with your code, but I wonder if you can shed any light on what the problem might be?
There are no errors indicating usage of PyTorch features unimplemented for Apple hardware, and unsurprisingly using PYTORCH_ENABLE_MPS_FALLBACK=1 has no effect.
The text was updated successfully, but these errors were encountered:
Hi - nice work btw!
On my M1 MacBook Pro it works perfectly on the CPU, but I just get noise if I try and use the hardware accelerated MPS device.
CPU:
MPS:
I assume this is really a PyTorch/MPS issue rather than with your code, but I wonder if you can shed any light on what the problem might be?
There are no errors indicating usage of PyTorch features unimplemented for Apple hardware, and unsurprisingly using
PYTORCH_ENABLE_MPS_FALLBACK=1
has no effect.The text was updated successfully, but these errors were encountered: