Skip to content

Continue training model on new data #27

Description

@mansi-agg

Hello!
I have a fully trained model (75 epochs) on a certain dataset and I tested it on another dataset. I now want to further train my model on this test dataset. Should I just run:

python train_step1.py --weights 'path/to/best_75_epochs.pt' (Or should the training be continued using last.pt?)

Can I run this on fewer epochs or should it be the same as best.pt? And will this new model be considered to be trained with 75 epochs + new training epochs or just new training epochs on new data?

Also, train_step2.py will then use this new model's last.pt weights, right?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions