macournoyer / neuralconvo

Neural conversational model in Torch
776 stars 347 forks source link

online learning for the model #69

Open kenyeung128 opened 7 years ago

kenyeung128 commented 7 years ago

Hi @macournoyer , thanks, how we could train the model with new data (conversation) afterwards (online learning)? thanks.

kenkit commented 7 years ago

Here you would have to first save each conversation somewhere after sometime, then you would use it in the training set after some specified amount of time.