mirror of
https://github.com/facebookresearch/fairseq.git
synced 2024-11-14 14:20:21 +03:00
fix typo in README of examples/translation
Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/1200 Differential Revision: D17659658 Pulled By: myleott fbshipit-source-id: 1863e6d60a439dbb7e71e5da68817c9d53649737
This commit is contained in:
parent
4ac2c5f2cc
commit
13519720f3
@ -236,7 +236,7 @@ cat iwslt17.test.${SRC}-en.${SRC}.bpe \
|
||||
| fairseq-interactive data-bin/iwslt17.de_fr.en.bpe16k/ \
|
||||
--task multilingual_translation --source-lang ${SRC} --target-lang en \
|
||||
--path checkpoints/multilingual_transformer/checkpoint_best.pt \
|
||||
--buffer 2000 --batch-size 128 \
|
||||
--buffer-size 2000 --batch-size 128 \
|
||||
--beam 5 --remove-bpe=sentencepiece \
|
||||
> iwslt17.test.${SRC}-en.en.sys
|
||||
grep ^H iwslt17.test.${SRC}-en.en.sys | cut -f3 \
|
||||
|
Loading…
Reference in New Issue
Block a user