Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Fairseq
Commits
cabcc254
"...models/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "cffa4e001a08054eb67c5550367fb03e771fed33"
Commit
cabcc254
authored
Jul 27, 2018
by
alvations
Committed by
Myle Ott
Jul 26, 2018
Browse files
Correct path in the pre-processing example (#230)
parent
79bbe1d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
cabcc254
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment