Skip to content

Commit

Permalink
Added step to create directory to save model parameters. Fixes thomas…
Browse files Browse the repository at this point in the history
  • Loading branch information
shagunsodhani committed Aug 26, 2016
1 parent 8ad50e9 commit 769722f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ Run:

This will copy our vocabulary list `vocab.txt`, which contains a subset of all the words appearing in the dataset.

Run:

mkdir model_params

This will make a directory called `model_params` to save model parameters.

To train a model (see list of models at the beginning of this file), run:

./train.py model_name
Expand Down

0 comments on commit 769722f

Please sign in to comment.