-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Fix] fix config and code errors of swin/hrformer #1995
Conversation
Codecov ReportBase: 82.20% // Head: 82.16% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #1995 +/- ##
===========================================
- Coverage 82.20% 82.16% -0.04%
===========================================
Files 214 214
Lines 12736 12734 -2
Branches 2154 2154
===========================================
- Hits 10469 10463 -6
- Misses 1806 1808 +2
- Partials 461 463 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There are still some discrepancies between the Swin model and the checkpoint from the previous version. The following error is reported when initializing the model defined by
Is this behaving as expected? |
I get it. Only the normalization layers that are necessary for the |
Co-authored-by: Peng Lu <penglu2097@gmail.com>
Motivation
Modification
paramwise_cfg
in configsBC-breaking (Optional)
Use cases (Optional)
Checklist
Before PR:
After PR: