-
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
[CodeCamp2023-338] New Version of config Adapting Swin Transformer Algorithm #1780
Conversation
Can you please help me with the code review? thanks a lot. @fangyixiao18 |
please remove the folder |
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.
please check all file names, and change all '-' to '_'
Codecov ReportPatch coverage is
📢 Thoughts on this report? Let us know!. |
Modifications have been completed as required @fangyixiao18 |
model = dict( | ||
type=ImageClassifier, | ||
backbone=dict( | ||
init_cfg=dict( |
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.
set arch
|
||
# model settings | ||
model = dict( | ||
backbone=dict(img_size=192, window_size=[12, 12, 12, 6]), |
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.
set arch, please check other configs
Modifications have been completed as required @fangyixiao18 |
Adapting New Version of config Adapting Swin Transformer Algorithm, based on open-mmlab/OpenMMLabCamp#338
Motivation
MMEngine has introduced a novel configuration mechanism, utilizing which we will perform configuration file adaptation.
Modification
Add 3 config python files in
mmpretrain/configs/_base_/datasets
Add 12 config python files in
mmpretrain/configs/_base_/models
Add 1 config python file in
mmpretrain/configs/_base_/schedules
Add 7 config python files in
mmpretrain/configs/swin_transformer
Add 12 config python files in
mmpretrain/configs/swin_transformer_v2
Checklist
Before PR:
After PR: