Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deepkyu committed Mar 2, 2022
1 parent bed3964 commit be3f1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python projection.py -v VOCAB_FILE -c CFG_PATH -g NGRAM_SIZE -o OUTPUT_FILE
### Training / Testing

```bash
python run.py -c CFG_PATH -n MODEL_NAME -m MODE -r CKPT_PATH
python run.py -c CFG_PATH -n MODEL_NAME -m MODE -p CKPT_PATH
```

* `CFG_PATH`: path to the configurations file
Expand Down

0 comments on commit be3f1d0

Please sign in to comment.