chatbot-rnn icon indicating copy to clipboard operation
chatbot-rnn copied to clipboard

Weird Unreadable Response

Open GrayHat12 opened this issue 5 years ago • 2 comments

My text was Hey and the chatbot's response was not readable.... I downloaded your repository and simply executed train.py for like an hour.... Annotation 2019-05-19 134358

GrayHat12 avatar May 19 '19 08:05 GrayHat12

Do you have a GPU? Even with a powerful GPU, it will much take longer than 1 hour to train everything (perhaps multiple days). Also, depending on the size and quality of your dataset, it may never look good. Are you sure you trained on data? Was the data directory empty? It looks kind of like you didn't train on anything, or the trained model never saved. Try to train for much longer (especially if you are training on CPU), and then see what happens.

MonliH avatar Jun 16 '19 22:06 MonliH

Do you have a GPU? Even with a powerful GPU, it will much take longer than 1 hour to train everything (perhaps multiple days). Also, depending on the size and quality of your dataset, it may never look good. Are you sure you trained on data? Was the data directory empty? It looks kind of like you didn't train on anything, or the trained model never saved. Try to train for much longer (especially if you are training on CPU), and then see what happens.

I was training on CPU. Thanks for your reply. It probably needs more time training

GrayHat12 avatar Jun 21 '20 15:06 GrayHat12