diff --git a/examples/seq2seq/README.md b/examples/seq2seq/README.md index 6aa82800f896e3a1cae8921cf9bc16e15d107216..abef56d83f08628a37490b33d56a349af7cf3e62 100644 --- a/examples/seq2seq/README.md +++ b/examples/seq2seq/README.md @@ -132,7 +132,7 @@ python predict.py \ ```sh export CUDA_VISIBLE_DEVICES=0 -python infer.py \ +python predict.py \ --attention True \ --src_lang en --tar_lang vi \ --num_layers 2 \