cpuheater / pytorch_examples

Some example scripts in pytorch
26 stars 11 forks source link

Elmann_RNN #5

Open riccardosamperna opened 5 years ago

riccardosamperna commented 5 years ago

I think the way you are doing backpropagation through time in the Elmann RNN is not correct. You are updating the weights at every step of the sequence, in this way you are not doing BPTT. I am working on a similar problem and I ended up in your blog.