dennybritz / rnn-tutorial-rnnlm

Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano
Apache License 2.0
895 stars 469 forks source link

fix text generation, plot the loss graph #20

Open mazzzystar opened 6 years ago

mazzzystar commented 6 years ago

Hi: I ran your ipython notebook and found that if I use your text generation program, which is for Theano though, in the vanilla RNN then it will throw error, now it fixed.