Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

Continue training form the pretrained model #141

Open assaf-malki opened 7 years ago

assaf-malki commented 7 years ago

I would like to take the pre-trained model and continue the training from my own dataset.

Should I just erase the samples and use the lightweight feature?

Thanks, Assaf