Commit cabcc254 authored by alvations's avatar alvations Committed by Myle Ott
Browse files

Correct path in the pre-processing example (#230)

parent 79bbe1d8
...@@ -96,7 +96,7 @@ To pre-process and binarize the IWSLT dataset: ...@@ -96,7 +96,7 @@ To pre-process and binarize the IWSLT dataset:
$ cd examples/translation/ $ cd examples/translation/
$ bash prepare-iwslt14.sh $ bash prepare-iwslt14.sh
$ cd ../.. $ cd ../..
$ TEXT=data/iwslt14.tokenized.de-en $ TEXT=examples/translation/iwslt14.tokenized.de-en
$ python preprocess.py --source-lang de --target-lang en \ $ python preprocess.py --source-lang de --target-lang en \
--trainpref $TEXT/train --validpref $TEXT/valid --testpref $TEXT/test \ --trainpref $TEXT/train --validpref $TEXT/valid --testpref $TEXT/test \
--destdir data-bin/iwslt14.tokenized.de-en --destdir data-bin/iwslt14.tokenized.de-en
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment