We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can sam-hq perform breakpoint training: continue training on the already trained sam-hq, or continue training on the official sam-hq weights?
Modifying the --start_epoch parameter will not allow continued training on the existing epoch_*.pth.
How to perform breakpoint training?
The text was updated successfully, but these errors were encountered:
It seems that currently the restore restore_model logic is available only on eval:
restore_model
sam-hq/train/train.py
Lines 361 to 373 in 3224888
Sorry, something went wrong.
@lkeab Can you share the sam-hq only network checkpoint so that we could eventually restore it for the train?
No branches or pull requests
Can sam-hq perform breakpoint training: continue training on the already trained sam-hq, or continue training on the official sam-hq weights?
Modifying the --start_epoch parameter will not allow continued training on the existing epoch_*.pth.
How to perform breakpoint training?
The text was updated successfully, but these errors were encountered: