You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
"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]