Hi! I am using rasa nlu with a lot of sentences (something like 600k). I would like to know if there is a way to save the model every 10 epochs or something like that. Is it possible?
Moreover I would like to know if it is possible to reuse the trained model, I mean after having trained a model, I add some sentences and I want to retrain it starting from my old model (so that it takes less time). Is it possible to do something like that?
Thanks a lot!