sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 960 forks source link

Python3 compatibility #15

Closed bnaul closed 8 years ago

bnaul commented 8 years ago

Basically just the output of 2to3 with a few tweaks:

sherjilozair commented 8 years ago

Thanks for your contribution, @bnaul.