bshao001 / ChatLearner

A chatbot implemented in TensorFlow based on the seq2seq model, with certain rules integrated.
Apache License 2.0
538 stars 212 forks source link

IndexError: list index out of range #61

Closed amitguptadumka closed 6 years ago

amitguptadumka commented 6 years ago

I am getting the following error. Can you help?

File "C:\Users\amikumar\Desktop\ChatLearner2\chatbot\botpredictor.py", line 50, in init self.encoder_inputs.append(tf.get_collection("encoder_input{0}".format(i))[0]) IndexError: list index out of range

bshao001 commented 6 years ago

There is not enough information for me to help with you on this. Thanks.