机器翻译infer报错
Created by: chopperm
"The following exception is not an EOF exception.") Traceback (most recent call last): File "seq2seq.py", line 343, in main(use_cuda) File "seq2seq.py", line 338, in main infer(use_cuda) File "seq2seq.py", line 319, in infer seq_ids = exe.run(prog, feed=data, fetch_list=[predict_seqs])[0]
用的是demo代码,未做修改,paddle版本1.6.1,python版本2.7.13