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

Allow for infinite sampling streams. #41

Open john-parton opened 8 years ago

john-parton commented 8 years ago

If you pass -n -1 to sample.py, instead of returning a fixed number of characters, it will return an infinite stream of characters.

hunkim commented 8 years ago

I think this is a very interesting feature.

"This branch has conflicts that must be resolved" Can you address this?

john-parton commented 8 years ago

@hunkim Conflicts are resolved now.

hugovk commented 7 years ago

@john-parton This PR has merge conflicts.