This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
机器翻译infer报错 #858
Comments
麻烦问下具体用的那个demo,还有麻烦给出全量的报错信息 |
06.understand_sentiment |
train_conv.py |
这个得 infer 报错 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
"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
The text was updated successfully, but these errors were encountered: