[Feature] add reduction for neck#978
Merged
mzr1996 merged 9 commits intoopen-mmlab:dev-1.xfrom Nov 4, 2022
Merged
Conversation
Ezra-Yu
requested changes
Sep 5, 2022
Collaborator
|
please rebase the branch to fix the conflict. |
9ef35a4 to
90254a8
Compare
Codecov ReportBase: 0.02% // Head: 91.39% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #978 +/- ##
============================================
+ Coverage 0.02% 91.39% +91.36%
============================================
Files 121 131 +10
Lines 8217 9804 +1587
Branches 1368 1543 +175
============================================
+ Hits 2 8960 +8958
+ Misses 8215 648 -7567
- Partials 0 196 +196
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. |
90254a8 to
c05fbe7
Compare
6 tasks
93491bb to
9da3dc3
Compare
5471488 to
7eaf7ca
Compare
mzr1996
pushed a commit
to mzr1996/mmpretrain
that referenced
this pull request
Nov 24, 2022
* feat: add reduction for neck * feat: add reduction for neck * feat: add reduction for neck * feat:add linear reduction neck * feat: add reduction neck * mod out of linearReduction as tuple * fix typo * fix unit tests * fix unit tests Co-authored-by: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
In some cases, it is necessary to reduce the dimension of extracted feature, so
Reductionis implemented in necks.Use cases
Checklist
Before PR:
After PR: