ruochongli
Results
1
issues of
ruochongli
Hi, I met this problem when I tried to run the following code on GPU: python -m nmt.nmt \ --src=en --tgt=zh \ --vocab_prefix=nmt/wmt17/vocab.bpe.32000 \ --train_prefix=nmt/wmt17/train.tok.clean.bpe.32000 \ --dev_prefix=nmt/wmt17/newsdev2017.tok.bpe.32000 \ --test_prefix=/wmt17/newstest2017.tok.bpe.32000 \...