Closed lixali closed 4 hours ago
Is there a script to resume training from checkpoint? The weights are stored in "pt" files. Is the optimizer states saved somewhere?
It will be very helpful if the code supports resuming from checkpoint.
Sorry, the pretrained weights only contain the model parameters, we do not save optimizers after training 😢. You could try to just load the weights and continue to finetune the model.
Is there a script to resume training from checkpoint? The weights are stored in "pt" files. Is the optimizer states saved somewhere?
It will be very helpful if the code supports resuming from checkpoint.