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

Change Python 2 language to Python 3 #25

Open anthng opened 4 years ago

anthng commented 4 years ago

I converted Python 2 language to Python 3 and modified reading 'reddit-comment.csv' file to be compatible with Python 3. Additionally, I also updated again 'requirements.txt' file.