Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2016

  1. allow perplexity calculation on test data

    Adding eval.py and updates to util.py and models.py to allow for
    calculating the perplexity of test files.
    
    I also modified the vocabulary to have start, end and unknown character
    tokens.
    ajaech committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    7efb5c1 View commit details
    Browse the repository at this point in the history
  2. remove dead code

    ajaech committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    5373bcd View commit details
    Browse the repository at this point in the history