-
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
[Feature] Support Activation Checkpointing for ConvNeXt #1152
Conversation
1f6b9db
to
61af216
Compare
Codecov ReportBase: 86.09% // Head: 86.03% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #1152 +/- ##
==========================================
- Coverage 86.09% 86.03% -0.06%
==========================================
Files 142 142
Lines 9895 9913 +18
Branches 1612 1716 +104
==========================================
+ Hits 8519 8529 +10
- Misses 1114 1122 +8
Partials 262 262
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. |
please fix the lint. |
Hi @Ezra-Yu , should I create a new PR for |
Yes, welcome! |
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.
Support Activation Checkpointing for ConvNeXt
Followed the code pattern of
SwinTransformer
.