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

add a script to compute the perplexity of test data #56

Open ajaech opened 7 years ago

ajaech commented 7 years ago

The eval.py script can be used to compute perplexity of test data.

hugovk commented 7 years ago

@ajaech This PR has merge conflicts.