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

Changes which might be interesting #6

Closed richtera closed 8 years ago

richtera commented 8 years ago

Hi I used your example as part of a project that combined tensorflow and firebase. In order to be able to call sample multiple times and to actually return the sample I made a few small changes. In addition I updated the .gitignore and so on. This is a fun project. Thanks Andy

sherjilozair commented 8 years ago

Please re-open if you have any updates.