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 bug in find_make_group_parser for depthwise #195

Conversation

NickYangMin
Copy link
Contributor

Motivation

fix bug in find_make_group_parser for depthwise
#177

Modification

mmrazor/models/pruners/structure_pruning.py

@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #195 (4655213) into master (3cc359e) will increase coverage by 1.93%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #195      +/-   ##
==========================================
+ Coverage   63.95%   65.88%   +1.93%     
==========================================
  Files          93       93              
  Lines        3462     3462              
  Branches      640      640              
==========================================
+ Hits         2214     2281      +67     
+ Misses       1136     1077      -59     
+ Partials      112      104       -8     
Flag Coverage Δ
unittests 65.85% <ø> (+1.90%) ⬆️

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

Impacted Files Coverage Δ
mmrazor/models/pruners/structure_pruning.py 91.93% <ø> (+2.30%) ⬆️
mmrazor/utils/misc.py 100.00% <0.00%> (+4.76%) ⬆️
mmrazor/models/algorithms/autoslim.py 71.31% <0.00%> (+14.72%) ⬆️
mmrazor/utils/setup_env.py 100.00% <0.00%> (+27.27%) ⬆️
mmrazor/models/pruners/ratio_pruning.py 90.41% <0.00%> (+30.13%) ⬆️
mmrazor/models/pruners/utils/switchable_bn.py 100.00% <0.00%> (+69.23%) ⬆️

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 3cc359e...4655213. Read the comment docs.

@pppppM
Copy link
Collaborator

pppppM commented Jul 8, 2022

LGTM

@pppppM pppppM merged commit 8b57a07 into open-mmlab:master Jul 8, 2022
@pppppM pppppM linked an issue Jul 8, 2022 that may be closed by this pull request
humu789 pushed a commit to humu789/mmrazor that referenced this pull request Feb 13, 2023
…untime. (open-mmlab#195)

* Add deform_conv_openvino.

* Add get_bboxes_of_vfnet_head.

* Fix vfnet and add test_get_bboxes_of_vfnet_head.

* Update docs.

* Fix test_shufflenetv2_backbone__forward for openvino.

* Fixes.
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.

find_make_group_parser for depthwise
2 participants