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 959 forks source link

Too much of \n in text genearated #124

Open saurabh-bengani opened 6 years ago

saurabh-bengani commented 6 years ago

when generating texts from shakespeare's text as input text a lot of \n are present. Any solution for this ?

adityashrm21 commented 6 years ago

I created a pull request for this issue itself. https://github.com/sherjilozair/char-rnn-tensorflow/pull/134

saurabh-bengani commented 6 years ago

its not merged yet right ?. I had done the same fix for that UTF-8 part. Thanks anyway

adityashrm21 commented 6 years ago

Yes, it is not merged yet. No problem!