tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.36k stars 1.96k forks source link

Inference--output_infer cann't be created #372

Open lairikeqiA opened 6 years ago

lairikeqiA commented 6 years ago

Hi when I run python -m nmt.nmt --out_dir=/tmp/nmt_model --inference_model=/tmp/my_infer_file.vi --inference_output_file=/tmp/nmt_model/output_infer I cann't get the file---output_infer. Thanks!