Skip to content
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] Add ResNeSt configs #332

Merged
merged 2 commits into from
Jul 14, 2021

Conversation

LXXXXR
Copy link
Contributor

@LXXXXR LXXXXR commented Jun 30, 2021

Hi,

These configs give acc of 80.41 for ResNeSt50 while the original Pytorch code achives 80.61.

Pls kindly take a look and see more details in the doc.

Thanks.

@codecov
Copy link

codecov bot commented Jun 30, 2021

Codecov Report

Merging #332 (094af05) into master (53c0df2) will increase coverage by 0.32%.
The diff coverage is 97.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #332      +/-   ##
==========================================
+ Coverage   73.29%   73.61%   +0.32%     
==========================================
  Files          92       93       +1     
  Lines        4681     4753      +72     
  Branches      793      803      +10     
==========================================
+ Hits         3431     3499      +68     
- Misses       1157     1160       +3     
- Partials       93       94       +1     
Flag Coverage Δ
unittests 73.61% <97.95%> (+0.32%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmcls/models/heads/stacked_head.py 97.10% <97.10%> (ø)
mmcls/models/backbones/__init__.py 100.00% <100.00%> (ø)
mmcls/models/backbones/mobilenet_v3.py 100.00% <100.00%> (ø)
mmcls/models/heads/__init__.py 100.00% <100.00%> (ø)
mmcls/models/utils/inverted_residual.py 100.00% <100.00%> (ø)
mmcls/models/utils/se_layer.py 90.47% <100.00%> (+1.00%) ⬆️
mmcls/models/utils/augment/identity.py 85.71% <0.00%> (-14.29%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65410b0...094af05. Read the comment docs.

@LXXXXR LXXXXR added the WIP label Jun 30, 2021
Copy link
Contributor

@ycxioooong ycxioooong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ycxioooong ycxioooong merged commit 24e58ba into open-mmlab:master Jul 14, 2021
mzr1996 pushed a commit to mzr1996/mmpretrain that referenced this pull request Nov 24, 2022
* add configs for resnest training

* fix format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants