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

decoding again from the utf-8 format #134

Closed adityashrm21 closed 5 years ago

adityashrm21 commented 6 years ago

This is to make the output more readable. We can actually see on the command line that the model has learnt the structure from the input and it outputs in a similar way.

adityashrm21 commented 6 years ago

Can this PR be either merged or closed? Thanks!

adityashrm21 commented 5 years ago

@sherjilozair

sherjilozair commented 5 years ago

Thanks. Merged!