-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
example time_sequence_prediction does not produce expected output #247
Comments
Yup, see #243 |
FYI: 4 years later and I'm having the same problem with I'm guessing it's still a problem with learning rate being too high, but as the example doesn't work as it is currently written. |
@rallen10 Thanks for raising this. I agree, this example's learning rate is (way) too high and the exploding loss resolves by setting it to something like 0.001. I'll leave this open for a "good first issue"; along with fixing the learning rate, this example could also use a refactor ;) |
Hi @subramen and @msaroufim , |
https://github.com/pytorch/examples/tree/master/time_sequence_prediction
After a few steps, the loss suddenly jumps up and stays high:
loss: 0.00101216329969
loss: 0.195070432582
the pdf0 is OK, pdf1 is OK but from pdf2 the graph becomes an "L "
The text was updated successfully, but these errors were encountered: