Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed Aug 14, 2017
1 parent 3381400 commit 993da15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/seq2seq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Let's start training. Add `--validation-source` and `--validation-target` argume
to specify validation dataset.

```
$ python seq2seq.py --gpu=0 giga-fen.preprocess.en giga-fren.preprocess.fr \
$ python seq2seq.py --gpu=0 giga-fren.preprocess.en giga-fren.preprocess.fr \
vocab.en vocab.fr \
--validation-source newstest2013.preprocess.en \
--validation-target newstest2013.preprocess.fr
Expand Down

0 comments on commit 993da15

Please sign in to comment.