A simple question about loading pretrained model #2313
Unanswered
ThomaswellY
asked this question in
General
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder what's the differences between the two methods of paras configuration
resume = True
……
init_cfg=dict(type='Pretrained',prefix='backbone.',
checkpoint='/path/pretrain_model.pth')
)
what's more, how to fine tune specific layers( like full fine-tuning and linear probing )through these two methods
Beta Was this translation helpful? Give feedback.
All reactions