easy_seq2seq
easy_seq2seq copied to clipboard
IndexError: list index out of range
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