Currie32 / Chatbot-from-Movie-Dialogue

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

How to save the model at a checkpoint and continue after that point ? #2

Open ghost opened 7 years ago

ghost commented 7 years ago

I have trained the model once but it gives same answer for all the questions , so I had to delete all the trained data and then again I had to train to get different answers.

thepurpleowl commented 7 years ago

@rs096 I am also getting same answer for every question. So do I have to train again?? @Currie32 How to save the trained model to avoid training next time??

sainimohit23 commented 5 years ago

@thepurpleowl @rs096 Check out train.py file from my implementation of seq2seq model here . My implementation is based on currie's implementation and it is updated to work on latest tensorflow API. It might help you.