Currie32 / Chatbot-from-Movie-Dialogue

Built a simple chatbot from a sequence-to-sequence model with TensorFlow.
146 stars 112 forks source link

issue during response #6

Open karthika-devi opened 7 years ago

karthika-devi commented 7 years ago

question:what are you doing word ids: [7906,1941,8103] input words :['what','are','you','doing']

answer: word ids:[7556,7556,548,548,548,345,345,345,345,987,987,987] output words:['kick','kick','within','within','within','test','test,'test','test','process','process','process']

why I get like this,where i went wrong

ahadjiev commented 6 years ago

Anyone get it working correctly?