Skip to content

Commit

Permalink
Update README.md (pytorch#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna-1996 authored and soumith committed Sep 21, 2017
1 parent a723598 commit 30b9c0e
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 @@ -25,7 +25,7 @@ optional arguments:
--data DATA location of the data corpus
--model MODEL type of recurrent net (RNN_TANH, RNN_RELU, LSTM, GRU)
--emsize EMSIZE size of word embeddings
--nhid NHID humber of hidden units per layer
--nhid NHID number of hidden units per layer
--nlayers NLAYERS number of layers
--lr LR initial learning rate
--clip CLIP gradient clipping
Expand Down

0 comments on commit 30b9c0e

Please sign in to comment.