-
Notifications
You must be signed in to change notification settings - Fork 423
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
X-UMX: lr_scheduler_step() missing 1 required positional argument: 'metric' #664
Comments
Hi again, The problem disappeared after downgrading Lightning to 1.9.4. I guess there are some changes in the 2.0 version that breaks the X-UMX training routine of Asteroid. Best, |
Hello 👋 I had the same problem, it seems that the function definition is @mpariente Should we change this and update the requirements to |
I'm not sure this code has an easy backward compatible fix. So we should
|
I'm closing this issue since it has been fixed with #682 and the release 0.7.0. |
Hello,
I'm trying to use the receipt for training the X-UMX model on the musdb18 dataset but the following exception raises after finishing the validation of the first epoch:
I am using Pytorch 2.0.0 and Lightning 2.0.2. In order to make the model work with Pytorch 2.0.0 I've made some minor changes in the X-UMX model (see #662) and I've reduced the batch size to make the model fit in my local GPU, but I don't think I've made any changes that should affect the Lightning training.
Maybe this could be related to be using recent versions of Pytorch and Lightning? I have no experience working with Lightning.
Best regards,
David
The text was updated successfully, but these errors were encountered: