-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nbeatsx RuntimeError on Example #1143
Comments
Linking #1110. The fix should be very similar. |
Running the example code above on #1023 doesn't give an error, so I'll assume that merging that PR fixes this issue. |
The error is produced when using ddp on multiple gpus. |
I'll not let you know how I tested this (as it's really shabby), but I didn't get an error (it involves emulating multiple GPUs on a single GPU....) 😬 |
I'm able to reproduce the issue with two gpus and I see this with the env variables described in #1110
It doesn't seem like this layer is being used at all in the network: neuralforecast/neuralforecast/models/nbeatsx.py Lines 432 to 434 in b9e1c8e
|
What happened + What you expected to happen
I was trying to run Nbeatsx example. Got error
The trace back shows it was the line when Trainer tries to fit, i.e. loc 356 of neuralforecast/common/_base_model.py. However I am able to run Nhits with same settings successfully.
Versions / Dependencies
python==3.11.8
neuralforecast==1.7.4
pytorch_lightning==2.4.0
torch==2.4.0
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: