Closed sdatkinson closed 3 days ago
It seems that the error is phrased incorrectly--this refers to the sequence length, not the number of output channels.
So another workaround would be to process the output in chunks, but that sounds dreadful. Haven't checked the speed yet. Possibly a try/catch?... I can do that.
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 (https://github.com/pytorch/pytorch/issues/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.