-
Notifications
You must be signed in to change notification settings - Fork 676
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
📚 v1 - Docs Add the feature to resume training from a previous training #1558
Comments
Hello. You can achieve this by adding This is not that well documented I thing. So I'll note it down as something that should be improved in v1 docs. |
Yes, let's keep this issue open as a doc improvement. |
Hi @samet-akcay @blaz-r |
@Shakib-IO, sure go ahead. Thanks for your interest! |
Hi @Shakib-IO resume_from_checkpoint was part of config before the v1. With v1, this is a bit different. You can pass the checkpoint to fit directly: anomalib/src/anomalib/engine/engine.py Lines 462 to 497 in 34b3a90
so passing --ckpt_path CKPT_PATH .As for setting this via config, I am not sure how this exactly it's handled there. |
@Shakib-IO are you still working on this? |
No. @ashwinvaidya17 |
What is the motivation for this task?
It will be great if we can resume training (for EfficientNet) since it takes time to train. Loading the pre trained weight will help get to desired accuracy quicker .
Describe the solution you'd like
An option in the config file that can load the pre trained weight and then resume training from there.
Additional context
No response
The text was updated successfully, but these errors were encountered: