Hello, I just want to understand when we train a model using rasa x
Does it train the new model from scratch or it just finetune the active modelPlease help me with this and let me know where I can read more about it
Hello, I just want to understand when we train a model using rasa x
Does it train the new model from scratch or it just finetune the active modelPlease help me with this and let me know where I can read more about it
@Anvesh its a basic process, as you have connected the Rasa X with Git, so whatever you pushed from your local machine or via VS code, it will read the updated code and start to train the model. The method is as same running on a local machine or via Rasa X. You can even upload the model which you have trained on the local machine ( but the version should be the same).
It is not finetuned, but it just searches the updated code which you pushed so the training will fast.
If you have any other questions please do tag me and good luck!
Hello @nik202, Can you help me in how to stop an in progress training request that was initiated from rasa x.
I hit train from rasa x, and noticed the training progress bar wasn’t showing so I clicked it again and only then I relized it is a asyncronized process. and now I have 3 ongoing training.
{
"id": 15,
"status": "in_progress",
"started_at": 1678103254.4693949223,
"finished_at": null,
"initiated_by": "admin",
"details": null
}
{
"id": 14,
"status": "in_progress",
"started_at": 1678102740.7759809494,
"finished_at": null,
"initiated_by": "admin",
"details": null
}
{
"id": 13,
"status": "in_progress",
"started_at": 1678101037.2305700779,
"finished_at": null,
"initiated_by": "admin",
"details": null
}
{
"id": 16,
"status": "in_progress",
"started_at": 1678104729.2736489773,
"finished_at": null,
"initiated_by": "admin",
"details": null
}