Hello community ! I have a question about the interactive learning core , is there a way to just load the previous trained model and use it during interactive learning , to avoid repeating the training each time we execute the interactive learning ?
From the rasa doc :
Alternatively, you can load an existing core model with the --core flag like so:
python -m rasa_core.train \
interactive --core models/dialogue \
--nlu models/current/nlu \
--endpoints endpoints.yml
I think this is what you’re looking for
YES THANK YOU