kenhenry / tensorflow-seq2seq-chatbot

In this demo code, we implement Tensorflows Sequence to Sequence model to train a chatbot on the Cornell Movie Dialogue dataset.The dataset has been in the project. After training for a few hours, the bot is able to hold a fun conversation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training gets stuck

alifirst opened this issue · comments

While running execute.py with mode=train, program gets stuck at reading data 18135. Anyone encountered the same issue? I have come across this issue on multiple codes of seq2seq models