char-rnn icon indicating copy to clipboard operation
char-rnn copied to clipboard

clone needed

Open glample opened this issue 10 years ago • 1 comments

I think a clone_list is missing. It gives different results without it (even if it is probably insignificant).

glample avatar Feb 02 '16 00:02 glample

A good test case for this is to try running a vanilla RNN with -seq_length 1. When I try those settings on Enwik8, the difference in loss is quite noticeable (i.e. higher than 4 without the fix, below 2 with the fix).

larspars avatar Nov 21 '16 20:11 larspars