Currie32 / Chatbot-from-Movie-Dialogue

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

Static Response :Irrespective of the Question pushed to Bot, same answer generated #10

Open TryingAgain opened 6 years ago

TryingAgain commented 6 years ago

Question Word Ids: [84, 17, 11, 145, 223] Input Words: ['what', 'are', 'you', 'doing', 'here']

Answer Word Ids: [1, 85, 12, 2202, 2201] Response Words: ['i', 'am', 'not', '', '']

Question Word Ids: [849, 2154, 49, 12, 2202, 36, 1, 85, 18, 11, 16, 12, 52, 2202, 36] Input Words: ['mrs', 'robinson', 'do', 'not', '', 'it', 'i', 'am', 'asking', 'you', 'please', 'not', 'to', '', 'it']

Answer Word Ids: [1, 85, 12, 2202, 2201] Response Words: ['i', 'am', 'not', '', '']

Dos98 commented 6 years ago

Do you know how to correct this??

manuelsh commented 5 years ago

Have a look to https://github.com/manuelsh/chat-bot