Is it possible to pause and resume train? #301
-
Hi! I would like to pause the training and test the model in a real workflow and if it is not trained enough, then resume training from the same place. Is this possible in OneTrainer? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, |
Beta Was this translation helpful? Give feedback.
Yes,
You have several options.
The easiest is to use "continue from last backup" in the general tab. It will use the information from the last backup of your workplace, you just need to add more epochs to train further.
Another way for Lora and embedding is to start a training from an existing lora or embedding, fill the Lora or embedding in the lora/embedding tab as the Lora/embedding base model.
I don't fine tune but I guess you can achieve the same with the base model in the model tab for finetuning.