-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature]training timm model with frozen_stages and norm eval tricks #605
Comments
Yes, they do not implement related functions. Every backbone has a different implement. Currently, there is no way to modify this in general. what backbone do you want to use? |
I use timm's resnet50 model to compare 21k &1k pretrained improvement. |
So why don't just use mmcls ResNet implementation |
Use timm warpper could avoid the problem for 21k pretrained weights inconsistent naming. |
Well, the freeze stages function depends on the detailed network and we cannot provide a unified API except timm provides it. |
Ok,Thank you for your reply,I'll try to convert weights for comparison. |
@Bo396543018 We are considering adding relevant pre-trained models to mmcls, and we will thank you if you complete the relevant work, put relevant weights or scripts in mmcls. |
@ Ezra-Yu OK,When I complete,I'll share the converted weights |
I found use frozen_stages&norm eval may improve transfer learning performance.
Currently,the timm wrapper not support these tricks.
The text was updated successfully, but these errors were encountered: