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 type of CWD #24

Merged
merged 1 commit into from
Dec 25, 2021
Merged

Fix type of CWD #24

merged 1 commit into from
Dec 25, 2021

Conversation

hhaAndroid
Copy link
Contributor

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

Fix type of CWD

@codecov
Copy link

codecov bot commented Dec 25, 2021

Codecov Report

Merging #24 (07b54da) into master (12f35a1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   55.59%   55.59%           
=======================================
  Files          81       81           
  Lines        2941     2941           
  Branches      544      544           
=======================================
  Hits         1635     1635           
  Misses       1231     1231           
  Partials       75       75           
Flag Coverage Δ
unittests 55.59% <ø> (ø)

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 12f35a1...07b54da. Read the comment docs.

@pppppM pppppM merged commit 32ee002 into open-mmlab:master Dec 25, 2021
pppppM added a commit to pppppM/mmrazor that referenced this pull request Jul 15, 2022
* Base Framework (open-mmlab#24)

* Base Framework

* [Feature] Add loss

* [Feature] Add op (open-mmlab#4)

* [Feature] Add mutator (open-mmlab#3)

* [Feature] Add mutable (open-mmlab#2)

* [Feature] Add architecture (open-mmlab#1)

* [Docs] Add Docs (open-mmlab#6)

* add docs

* fix known_third_party

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* update docs (open-mmlab#12)

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* [Docs] Add README (open-mmlab#10)

* add readme

* refactor readme

* add logo

* update release time

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* [Docs] Add Resources (open-mmlab#11)

* add resources

* fix known_third_party

* fix known_third_party

* fix known_third_party

* refactor resources

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* add pytest (open-mmlab#18)

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

* add utils (open-mmlab#17)

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

* add distillers (open-mmlab#16)

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

* add pruners (open-mmlab#15)

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

* fix bug

* update docstring (open-mmlab#20)

* Prepare for open source (open-mmlab#23)

* update MMRazor description

* update Github action

* add Mircosoft copyright

* update requirements

* fix  a bug

* fix a typo

Co-authored-by: humu789 <humu@pjlab.org.cn>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: qiufeng <qiufeng3217@gmail.com>
Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>

* fix readme and pre-commit

* rename tutorials

* fix a bug

* pass lint

Co-authored-by: pppppM <67539920+pppppM@users.noreply.github.com>
Co-authored-by: humu789 <humu@pjlab.org.cn>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: qiufeng <qiufeng3217@gmail.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>
pppppM pushed a commit to pppppM/mmrazor that referenced this pull request Jul 15, 2022
pppppM added a commit to pppppM/mmrazor that referenced this pull request Jul 15, 2022
* Base Framework (open-mmlab#24)

* Base Framework

* [Feature] Add loss

* [Feature] Add op (open-mmlab#4)

* [Feature] Add mutator (open-mmlab#3)

* [Feature] Add mutable (open-mmlab#2)

* [Feature] Add architecture (open-mmlab#1)

* [Docs] Add Docs (open-mmlab#6)

* add docs

* fix known_third_party

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* update docs (open-mmlab#12)

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* [Docs] Add README (open-mmlab#10)

* add readme

* refactor readme

* add logo

* update release time

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* [Docs] Add Resources (open-mmlab#11)

* add resources

* fix known_third_party

* fix known_third_party

* fix known_third_party

* refactor resources

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* add pytest (open-mmlab#18)

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

* add utils (open-mmlab#17)

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

* add distillers (open-mmlab#16)

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

* add pruners (open-mmlab#15)

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

* fix bug

* update docstring (open-mmlab#20)

* Prepare for open source (open-mmlab#23)

* update MMRazor description

* update Github action

* add Mircosoft copyright

* update requirements

* fix  a bug

* fix a typo

Co-authored-by: humu789 <humu@pjlab.org.cn>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: qiufeng <qiufeng3217@gmail.com>
Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>

* fix readme and pre-commit

* rename tutorials

* fix a bug

* pass lint

Co-authored-by: pppppM <67539920+pppppM@users.noreply.github.com>
Co-authored-by: humu789 <humu@pjlab.org.cn>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: qiufeng <qiufeng3217@gmail.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>
pppppM pushed a commit to pppppM/mmrazor that referenced this pull request Jul 15, 2022
humu789 pushed a commit to humu789/mmrazor that referenced this pull request Feb 13, 2023
…ab#24)

* add grid_sampler plugin

* update test_mixins to support maskrcnn

* add config for maskrcnn exporting to onnx

* fix lints

* fix lint

* resolve comments

* fix lint

* fix lint

* fix lint

* support trt8

* move mark to single_stage

* fix lint

* remove mark in single stage
humu789 pushed a commit to humu789/mmrazor that referenced this pull request Feb 13, 2023
* use mmcv.utils.get_logger

* add a unit test

* fix ut

* refine docstring

* fix lint
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.

None yet

2 participants