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

Updated code in order to work with the newest tensorflow version 0.7.1 #12

Closed ziky90 closed 8 years ago

ziky90 commented 8 years ago

This PR updates code in order to work with the latest tensorflow version 0.7.1. and fixes the issue https://github.com/sherjilozair/char-rnn-tensorflow/issues/10

sherjilozair commented 8 years ago

Thanks @ziky90 !