easy_seq2seq icon indicating copy to clipboard operation
easy_seq2seq copied to clipboard

IndexError: list index out of range

Open kenhenry opened this issue 8 years ago • 0 comments

After trained enough, I run with "test" and input someting. But get Error.

hello Traceback (most recent call last): File "E:/A Files/chatbot-master/execute.py", line 324, in decode() File "E:/A Files/chatbot-master/execute.py", line 245, in decode print(" ".join([tf.compat.as_str(rev_dec_vocab[output]) for output in outputs])) File "E:/A Files/chatbot-master/execute.py", line 245, in print(" ".join([tf.compat.as_str(rev_dec_vocab[output]) for output in outputs])) IndexError: list index out of range

kenhenry avatar Jan 04 '17 08:01 kenhenry