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

Is it possible to continue learning from any epoch? #219

Open
nikkorejz opened this issue Apr 27, 2022 · 1 comment
Open

Is it possible to continue learning from any epoch? #219

nikkorejz opened this issue Apr 27, 2022 · 1 comment

Comments

@nikkorejz
Copy link

nikkorejz commented Apr 27, 2022

Hey!
Thanks for your work!
I have a question: can I continue training the model from the epoch before which the model was trained?

I mean, I started training from scratch, after the training was interrupted, and after a while, can I continue training (maybe using existed .pkl file)?

I'm trying to connect mobilenet_v2 as a backbone, but it needs distillation and experimentation to improve. But the training process is long, so I want to be able to train up to epoch 10 (for example), and after other experiments, continue training from epoch 10 (the same model and with the same source code as before)

@Arthur151
Copy link
Owner

@ArtiX-GP
Sorry for the late reply.
I don't get it.

To fine-tune an existing model, please set, for example, in v1.yml.

fine_tune: False

fine_tune: True
model_path: /path/to/model.pkl

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

2 participants