RuntimeError: Conv3D is not supported on MPS
#7
by
ova1
- opened
Hey guys, any suggestions?
Mac M1
RuntimeError: Conv3D is not supported on MPS
Exception occurred: Conv3D is not supported on MPS
There is a PyTorch PR for this: https://github.com/pytorch/pytorch/pull/99246
You can try PYTORCH_ENABLE_MPS_FALLBACK=1
to fallback to the CPU too.
After I set PYTORCH_ENABLE_MPS_FALLBACK=1
, I still got the error RuntimeError: Conv3D is not supported on MPS