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

Fix magnitude_std bug in RandAugment, and update unit tests. #309

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

mzr1996
Copy link
Member

@mzr1996 mzr1996 commented Jun 16, 2021

No description provided.

@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #309 (fda056b) into master (5066e32) will decrease coverage by 0.54%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #309      +/-   ##
==========================================
- Coverage   73.30%   72.75%   -0.55%     
==========================================
  Files          88       88              
  Lines        4611     4603       -8     
  Branches      805      782      -23     
==========================================
- Hits         3380     3349      -31     
- Misses       1129     1161      +32     
+ Partials      102       93       -9     
Flag Coverage Δ
unittests 72.75% <100.00%> (-0.55%) ⬇️

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

Impacted Files Coverage Δ
mmcls/datasets/pipelines/auto_augment.py 78.78% <100.00%> (+0.44%) ⬆️
mmcls/models/backbones/base_backbone.py 88.88% <0.00%> (-5.56%) ⬇️
mmcls/models/backbones/shufflenet_v2.py 90.35% <0.00%> (-5.49%) ⬇️
mmcls/models/heads/multi_label_linear_head.py 64.51% <0.00%> (-5.19%) ⬇️
mmcls/models/heads/multi_label_head.py 64.51% <0.00%> (-2.16%) ⬇️
mmcls/models/classifiers/base.py 30.52% <0.00%> (-1.80%) ⬇️
mmcls/models/heads/cls_head.py 70.73% <0.00%> (-1.77%) ⬇️
mmcls/models/heads/linear_head.py 54.83% <0.00%> (-1.42%) ⬇️
mmcls/models/heads/vision_transformer_head.py 66.66% <0.00%> (-0.84%) ⬇️
mmcls/models/classifiers/image.py 83.72% <0.00%> (-0.60%) ⬇️
... and 14 more

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 5066e32...fda056b. Read the comment docs.

@mzr1996 mzr1996 requested a review from ycxioooong June 17, 2021 01:48
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 53c0df2 into open-mmlab:master Jun 21, 2021
@mzr1996 mzr1996 deleted the fix-mag-std branch June 21, 2021 03:26
mzr1996 added a commit to mzr1996/mmpretrain that referenced this pull request Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants