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

Faster retraining with new classes. #54

Closed
MichaelMonashev opened this issue Nov 30, 2018 · 1 comment
Closed

Faster retraining with new classes. #54

MichaelMonashev opened this issue Nov 30, 2018 · 1 comment

Comments

@MichaelMonashev
Copy link

How to add more classes to predict without retraining whole network from ImageNet weights? May be it will be useful to save backbone, regression, classification and mask subnet weights separately.

@hgaiser
Copy link
Contributor

hgaiser commented Dec 11, 2018

Currently if you retrain from the COCO weights it will copy most weights, regardless of the number of classes. The only weights not copied: classification submodel in retinanet and mask estimation in maskrcnn. Without assuming anything about the classes, this is the easiest / simplest approach while still copying a lot of weights.

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