hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 494 forks source link

Perplexity & Performance #45

Open normanheckscher opened 7 years ago

normanheckscher commented 7 years ago

Looking for a way to determine performance. Perhaps it's possible to use perplexity?

Something similar to the following pull request: https://github.com/sherjilozair/char-rnn-tensorflow/pull/56