Skip to content

Commit

Permalink
minor spelling, evaluted->evaluated
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce authored and soumith committed Sep 15, 2017
1 parent 930ae27 commit 407bd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion word_language_model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The model uses the `nn.RNN` module (and its sister modules `nn.GRU` and `nn.LSTM
which will automatically use the cuDNN backend if run on CUDA with cuDNN installed.

During training, if a keyboard interrupt (Ctrl-C) is received,
training is stopped and the current model is evaluted against the test dataset.
training is stopped and the current model is evaluated against the test dataset.

The `main.py` script accepts the following arguments:

Expand Down

0 comments on commit 407bd3e

Please sign in to comment.