-
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-337] New Version of config Adapting ConvNeXt Algorithm #1760
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev #1760 +/- ##
==========================================
- Coverage 68.16% 65.16% -3.01%
==========================================
Files 295 362 +67
Lines 23372 26181 +2809
Branches 3713 4165 +452
==========================================
+ Hits 15932 17060 +1128
- Misses 6880 8501 +1621
- Partials 560 620 +60
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Hi @limafang, We'd like to express our appreciation for your valuable contributions to the mmpretrain. Your efforts have significantly aided in enhancing the project's quality. If you're on WeChat, we'd also love for you to join our community there. Just add our assistant using the WeChat ID: openmmlabwx. When sending the friend request, remember to include the remark "mmsig + Github ID". Thanks again for your awesome contribution, and we're excited to have you as part of our community! |
Adapting New Version of config Adapting ConvNeXt Algorithm, based on open-mmlab/OpenMMLabCamp#337
Motivation
MMEngine has introduced a novel configuration mechanism, utilizing which we will perform configuration file adaptation.
Modification
Add 1 config python files in mmpretrain/configs/base/datasets
update 1 config python files in mmpretrain/configs/convnext/
Add 12 config python files in mmpretrain/configs/convnext/
Checklist
Before PR:
After PR: