Skip to content

[Fix] Fix seed error in mmseg/train_seg.py and typos in train.md#152

Merged
pppppM merged 5 commits intoopen-mmlab:dev_v0.4.0from
pprp:fix_cwd_docs_and_seed
Apr 29, 2022
Merged

[Fix] Fix seed error in mmseg/train_seg.py and typos in train.md#152
pppppM merged 5 commits intoopen-mmlab:dev_v0.4.0from
pprp:fix_cwd_docs_and_seed

Conversation

@pprp
Copy link
Copy Markdown
Contributor

@pprp pprp commented Apr 27, 2022

Motivation

fix bugs in #151

Modification

  • fix the commands of distillation of CWD. change mmdet to mmseg.
  • fix the random seed setting error.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 27, 2022

Codecov Report

Merging #152 (8b21ab3) into master (e4e9513) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #152   +/-   ##
=======================================
  Coverage   66.31%   66.31%           
=======================================
  Files          92       92           
  Lines        3369     3369           
  Branches      613      613           
=======================================
  Hits         2234     2234           
  Misses       1033     1033           
  Partials      102      102           
Flag Coverage Δ
unittests 66.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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...8b21ab3. Read the comment docs.

@pppppM pppppM changed the base branch from master to dev_v0.4.0 April 29, 2022 06:39
@pppppM pppppM self-assigned this Apr 29, 2022
@pppppM pppppM linked an issue Apr 29, 2022 that may be closed by this pull request
@pppppM pppppM changed the title [Docs] Fix cwd docs and seed [Fix] Fix a seed error in mmseg/train_seg.py and a typo in train.md Apr 29, 2022
@pppppM pppppM changed the title [Fix] Fix a seed error in mmseg/train_seg.py and a typo in train.md [Fix] Fix seed error in mmseg/train_seg.py and typos in train.md Apr 29, 2022
@pppppM pppppM merged commit e9d9114 into open-mmlab:dev_v0.4.0 Apr 29, 2022
pppppM added a commit that referenced this pull request May 4, 2022
* [Enhance] Add extra dataloader settings in configs (#141)

* [Docs] fix md link failure in docs (#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 (#152)

* [Docs] update Cream readme

* delete 'readme.md' in model_zoo.md

* fix cwd docs and fix seed in #151

* delete readme of cream

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

* broadcast_object_list support multi-machines

* add userwarning

* [Fix] Fix configs (#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. (#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 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>
humu789 pushed a commit to humu789/mmrazor that referenced this pull request Feb 13, 2023
…mlab#152)

* add configs for all codebases except mmocr and fixed some bugs

* add ocr det

* add fp16 and int8 config for text recog
humu789 pushed a commit to humu789/mmrazor that referenced this pull request Feb 13, 2023
* optimize delta2bboxes

* ncnn update
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.

[Bug]Doesn't work correctly according to the docs/en/train.md#distill

2 participants