-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 Resnet strikes back #1390
Merged
Merged
Conversation
This file contains 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
Codecov Report
@@ Coverage Diff @@
## master #1390 +/- ##
=======================================
Coverage 90.39% 90.39%
=======================================
Files 133 133
Lines 7906 7906
Branches 1318 1318
=======================================
Hits 7147 7147
Misses 536 536
Partials 223 223
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix
MeowZheng
reviewed
Mar 20, 2022
MeowZheng
approved these changes
Apr 5, 2022
mob5566
pushed a commit
to mob5566/mmsegmentation
that referenced
this pull request
Apr 13, 2022
* [Feature] Support Resnet strikes back * fix url * [Feature] Add multi machine `dist_train`. (open-mmlab#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * modify R-50b rsb Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com>
ZhimingNJ
pushed a commit
to AetrexTechnology/mmsegmentation
that referenced
this pull request
Jun 29, 2022
* [Feature] Support Resnet strikes back * fix url * [Feature] Add multi machine `dist_train`. (open-mmlab#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * modify R-50b rsb Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com>
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
Transfer learning of paper 'Resnet strikes back: An improved training procedure in timm'.
paper URL https://arxiv.org/pdf/2110.00476
Related PR: open-mmlab/mmdetection#7001.
Notification:
(1) Current MMSegmentation default ResNet backbone is ResNetV1c, which performs better than standard ResNet backbone.
(2) This PR only implements on PSPNet.
(3) With more RSB (Resnet strikes back) experiments on different decoder heads (like DeepLabV3, FCN and so on) and RSB strategy on ResNetV1c backbone, we would consider open an independent
resnet_strikes_back
folder in./configs/
like MMDetection.Results
Where
KNET
means learning policy referred from K-Net semantic segmentation configs, which works well with AdamW optimizer: