-
Notifications
You must be signed in to change notification settings - Fork 654
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
mmcls -> mmpretrain #2003
mmcls -> mmpretrain #2003
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2003 +/- ##
==========================================
+ Coverage 49.65% 49.69% +0.03%
==========================================
Files 339 339
Lines 12985 12976 -9
Branches 1901 1899 -2
==========================================
Hits 6448 6448
+ Misses 6091 6080 -11
- Partials 446 448 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
717c3bd
to
5019e2f
Compare
@huayuan4396 Could sync with main branch and fix conficts at first |
@huayuan4396 could fix conflicts |
There are some files that maybe need to rename mmcls to mmpretrain.
some files that maybe need to rename mmclassification to mmpretrain
|
Some md link would be dead since the mmpretrain file path has not been merged. |
we could ignore lint error for doc links |
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
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
Motivation
Please describe the motivation of this PR and the goal you want to achieve through this PR.
Modification
mmcls -> mmpretrain
BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist