bshao001 / ChatLearner

A chatbot implemented in TensorFlow based on the seq2seq model, with certain rules integrated.
Apache License 2.0
538 stars 212 forks source link

How do we continue training from checkpoint? #70

Closed cavin12400 closed 5 years ago

cavin12400 commented 5 years ago

I would like to know how can I train again with a checkpoint because I am just training in google colab but they only give 12 hours of GPU training per VM. So I'd like to save the training checkpoint and retrain it again for another 12 hours until fully satisfied with results. Thank you @bshao001

Asrix-AI commented 5 years ago

do you know how to continue with the last saved checkpoint?