-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐛 Getting NaN values for MSE in Montevideo Bus #132
Comments
Current Findings
I have attached a log file displaying the gradient value of each parameter and the parameter values for the first epoch. The cost has also been displayed at the beginning for each iteration within the first epoch. How to ProceedLearn how gradients are calculated. Possibly look at forums to see what others have posted. |
First FixWas now able to run the training script for Montevideo Bus without getting any NaN errors. Ran it for 5 epochs. The first fix can be found in this commit: c66ac7b
|
Things To-Do
|
Issue: Getting NaN as the MSE value after epoch = 1 while training a TGCN on Montevideo Bus dataset.
How to replicate error: Run the v1.1.0 test script for temporal_tgcn_dataloaders testpack. Inspect the outputs folder for Montevideo Bus to view the MSE values
The text was updated successfully, but these errors were encountered: