Skip to content

Bump version to 0.3.1#155

Merged
pppppM merged 7 commits intomasterfrom
dev_v0.3.1
May 4, 2022
Merged

Bump version to 0.3.1#155
pppppM merged 7 commits intomasterfrom
dev_v0.3.1

Conversation

@pppppM
Copy link
Copy Markdown
Collaborator

@pppppM pppppM commented May 4, 2022

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

Please describe the motivation of this PR and the goal you want to achieve through this PR.

Modification

Please briefly describe what modification is made in this PR.

BC-breaking (Optional)

Does the modification introduce changes that break the backward compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.

Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases here and update the documentation.

Checklist

Before PR:

  • Pre-commit or other linting tools are used to fix the potential lint issues.
  • Bug fixes are fully covered by unit tests, the case that causes the bug should be added in the unit tests.
  • The modification is covered by complete unit tests. If not, please add more unit tests to ensure the correctness.
  • The documentation has been modified accordingly, like docstring or example tutorials.

After PR:

  • If the modification has potential influence on downstream or other related projects, this PR should be tested with those projects, like MMDet or MMSeg.
  • CLA has been signed and all committers have signed the CLA in this PR.

wutongshenqiu and others added 7 commits April 13, 2022 19:55
* [Docs] update Cream readme

* delete 'readme.md' in model_zoo.md

* fix md link failure in docs

* [Docs] add myst_parser to extensions  in conf.py

* [Docs] delete the deprecated recommonmark

* [Docs] delete recommandmark from conf.py

* [Docs] fix md link failure and lint failture
* [Docs] update Cream readme

* delete 'readme.md' in model_zoo.md

* fix cwd docs and fix seed in #151

* delete readme of cream
…t Searcher running in single GPU (#153)

* broadcast_object_list support multi-machines

* add userwarning
* fix configs

* fix spos configs

* fix readme

* replace the official mutable_cfg with the mutable_cfg searched by ourselves

* update https prefix

Co-authored-by: pppppM <gjf_mail@126.com>
)

* suport GN and IN

* test pruner

* limit pytorch version

* fix pytest

* throw an error when tracing groupnorm with torch version under 1.6.0

Co-authored-by: caoweihan <caoweihan@sensetime.com>
@codecov
Copy link
Copy Markdown

codecov bot commented May 4, 2022

Codecov Report

Merging #155 (9254b48) into master (e4e9513) will decrease coverage by 0.42%.
The diff coverage is 39.47%.

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
- Coverage   66.31%   65.88%   -0.43%     
==========================================
  Files          92       93       +1     
  Lines        3369     3462      +93     
  Branches      613      640      +27     
==========================================
+ Hits         2234     2281      +47     
- Misses       1033     1077      +44     
- Partials      102      104       +2     
Flag Coverage Δ
unittests 65.85% <39.47%> (-0.43%) ⬇️

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

Impacted Files Coverage Δ
mmrazor/apis/mmcls/train.py 26.50% <0.00%> (-1.00%) ⬇️
mmrazor/apis/mmseg/train.py 32.20% <0.00%> (-2.35%) ⬇️
mmrazor/core/searcher/evolution_search.py 9.84% <0.00%> (+0.07%) ⬆️
mmrazor/core/searcher/greedy_search.py 12.63% <0.00%> (ø)
mmrazor/core/utils/broadcast.py 21.81% <21.15%> (-7.82%) ⬇️
mmrazor/core/utils/utils.py 29.16% <29.16%> (ø)
mmrazor/models/pruners/ratio_pruning.py 90.41% <36.36%> (-9.59%) ⬇️
mmrazor/models/pruners/structure_pruning.py 91.93% <77.77%> (+2.39%) ⬆️
mmrazor/core/utils/__init__.py 100.00% <100.00%> (ø)
mmrazor/version.py 61.53% <100.00%> (ø)
... and 1 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 e4e9513...9254b48. Read the comment docs.

@pppppM pppppM merged commit 2dad240 into master May 4, 2022
pppppM added a commit to pppppM/mmrazor that referenced this pull request Jul 15, 2022
* [Enhance] Add extra dataloader settings in configs (open-mmlab#141)

* [Docs] fix md link failure in docs (open-mmlab#142)

* [Docs] update Cream readme

* delete 'readme.md' in model_zoo.md

* fix md link failure in docs

* [Docs] add myst_parser to extensions  in conf.py

* [Docs] delete the deprecated recommonmark

* [Docs] delete recommandmark from conf.py

* [Docs] fix md link failure and lint failture

* [Fix] Fix seed error in mmseg/train_seg.py and typos in train.md (open-mmlab#152)

* [Docs] update Cream readme

* delete 'readme.md' in model_zoo.md

* fix cwd docs and fix seed in open-mmlab#151

* delete readme of cream

* [Enhancement]Support broadcast_object_list in multi-machines & support Searcher running in single GPU (open-mmlab#153)

* broadcast_object_list support multi-machines

* add userwarning

* [Fix] Fix configs (open-mmlab#149)

* fix configs

* fix spos configs

* fix readme

* replace the official mutable_cfg with the mutable_cfg searched by ourselves

* update https prefix

Co-authored-by: pppppM <gjf_mail@126.com>

* [BUG]Support to prune models containing GroupNorm or InstanceNorm. (open-mmlab#144)

* suport GN and IN

* test pruner

* limit pytorch version

* fix pytest

* throw an error when tracing groupnorm with torch version under 1.6.0

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* Bump version to 0.3.1

Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: PJDong <1115957667@qq.com>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>
pppppM added a commit to pppppM/mmrazor that referenced this pull request Jul 15, 2022
* [Enhance] Add extra dataloader settings in configs (open-mmlab#141)

* [Docs] fix md link failure in docs (open-mmlab#142)

* [Docs] update Cream readme

* delete 'readme.md' in model_zoo.md

* fix md link failure in docs

* [Docs] add myst_parser to extensions  in conf.py

* [Docs] delete the deprecated recommonmark

* [Docs] delete recommandmark from conf.py

* [Docs] fix md link failure and lint failture

* [Fix] Fix seed error in mmseg/train_seg.py and typos in train.md (open-mmlab#152)

* [Docs] update Cream readme

* delete 'readme.md' in model_zoo.md

* fix cwd docs and fix seed in open-mmlab#151

* delete readme of cream

* [Enhancement]Support broadcast_object_list in multi-machines & support Searcher running in single GPU (open-mmlab#153)

* broadcast_object_list support multi-machines

* add userwarning

* [Fix] Fix configs (open-mmlab#149)

* fix configs

* fix spos configs

* fix readme

* replace the official mutable_cfg with the mutable_cfg searched by ourselves

* update https prefix

Co-authored-by: pppppM <gjf_mail@126.com>

* [BUG]Support to prune models containing GroupNorm or InstanceNorm. (open-mmlab#144)

* suport GN and IN

* test pruner

* limit pytorch version

* fix pytest

* throw an error when tracing groupnorm with torch version under 1.6.0

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* Bump version to 0.3.1

Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: PJDong <1115957667@qq.com>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>
@pppppM pppppM deleted the dev_v0.3.1 branch June 14, 2023 03:37
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.

5 participants