[BUG] False positive error using Conv1d on MPS Output channels > 65536 not supported at the MPS device.
#505
Labels
Output channels > 65536 not supported at the MPS device.
#505
Describe the bug
Training locally on my MBP with macOS 15.1 I see the following error:
Tracing it down, I'm not using "> 65536" output channels. So I know there's a bug (pytorch/pytorch#129207) but this
NotImplementedError
seems to be reaching too far.To Reproduce
Steps to reproduce the behavior:
environment_cpu.yml
nam
, pick files, start training.Screenshots
N/A
Desktop (please complete the following information):
Additional context
Rolling PyTorch back to v2.4.1 (
<2.5.0
) appears to resolve the issue. Also reported in the FB group.The text was updated successfully, but these errors were encountered: