-
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
Add mspn backbone #278
Add mspn backbone #278
Conversation
Codecov Report
@@ Coverage Diff @@
## master #278 +/- ##
==========================================
+ Coverage 83.74% 83.85% +0.10%
==========================================
Files 113 114 +1
Lines 6860 7072 +212
Branches 1083 1118 +35
==========================================
+ Hits 5745 5930 +185
- Misses 918 941 +23
- Partials 197 201 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
network throttling |
* fix data preparation bug * update changelog
* Add mspn backbone * change module name * standardize name style
…ch (open-mmlab#278) * [Refactor]:Refactor `after_val_epoch` to make it output metric by epoch * add an option for user to choose the way of outputing metric * rename variable * reformat docstring * add type alias * reformat code * add test function * add comment and test code * add comment and test code
* Add mspn backbone * change module name * standardize name style
Add mspn backbone and its unit test.