Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue training model on new data #27

Open
mansi-aggarwal-2504 opened this issue Feb 21, 2024 · 0 comments
Open

Continue training model on new data #27

mansi-aggarwal-2504 opened this issue Feb 21, 2024 · 0 comments

Comments

@mansi-aggarwal-2504
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant