lucko515 / chatbot-startkit

This repository holds files for the simple chatbot wrote in TensorFlow 1.4, with attention mechanism and bucketing.
59 stars 38 forks source link

can't sample chat. #2

Open MRuAyAN opened 6 years ago

MRuAyAN commented 6 years ago

image I apply above code generate sample. but it can't work. can you commit sample code. thanks very much.

lucko515 commented 6 years ago

Thank you for the notification about that. I will push the sample code soon.

lok63 commented 6 years ago

@MRuAyAN Have you managed to test this chatbot? The issue seems to be based on the dimensions but i don't understand the reason.. The input shape is [1,512] and it should match the shape of [64,768]

caballeto commented 6 years ago

Check #4, perhaps my comment will help.