pytorch/examples

example time_sequence_prediction does not produce expected output

Open

#247 opened on Oct 27, 2017

View on GitHub
 (5 comments) (1 reaction) (0 assignees)Python (9,429 forks)batch import
good first issue

Repository metrics

Stars
 (21,634 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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 "

Contributor guide