lisa-lab/DeepLearningTutorials

rnnslu, is there a bug when update h0?

fedorajzf opened this issue · 0 comments

in rnnslu, h0 = h0 - lr * gradient_h0
should it be: h0 = h[-1]?