-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[Enhancement] Delete convert function and add instruction to ViT/Swin README.md #791
[Enhancement] Delete convert function and add instruction to ViT/Swin README.md #791
Conversation
Codecov Report
@@ Coverage Diff @@
## master #791 +/- ##
==========================================
+ Coverage 86.09% 88.73% +2.63%
==========================================
Files 108 107 -1
Lines 5862 5805 -57
Branches 953 932 -21
==========================================
+ Hits 5047 5151 +104
+ Misses 630 462 -168
- Partials 185 192 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Please resolve the conflict.
The url in config files should be removed. |
Unitests are failed. |
configs/swin/upernet_swin_base_patch4_window12_512x512_160k_ade20k_pretrain_384x384_1K.py
Outdated
Show resolved
Hide resolved
… README.md (open-mmlab#791) * delete convert function and add instruction to README.md * unified model convert and README * remove url * fix import error * fix unittest * rename pretrain * rename vit and deit pretrain * Update upernet_deit-b16_512x512_160k_ade20k.py * Update upernet_deit-b16_512x512_80k_ade20k.py * Update upernet_deit-b16_ln_mln_512x512_160k_ade20k.py * Update upernet_deit-b16_mln_512x512_160k_ade20k.py * Update upernet_deit-s16_512x512_160k_ade20k.py * Update upernet_deit-s16_512x512_80k_ade20k.py * Update upernet_deit-s16_ln_mln_512x512_160k_ade20k.py * Update upernet_deit-s16_mln_512x512_160k_ade20k.py Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com> Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* supoort pytorch 1.8 CI * mmcv latest * torchvision issue * fix * fix * pt1.3 * pt1.3
Modification
BC-breaking
Directly use other repositories' model links to start a train may not work, users must use convert scripts (#783 ) to preprocess pre-trained weights.