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] Fix bug in non-distributed training/testing for all tasks #63

Merged
merged 2 commits into from
Jan 26, 2022

Conversation

wutongshenqiu
Copy link
Contributor

@wutongshenqiu wutongshenqiu commented Jan 26, 2022

Motivation

Refer pr: open-mmlab/mmdetection#7019.

Modification

train(test)_xxx.py under tools directory.

Checklist

Before PR:

  • Pre-commit or other linting tools are used to fix the potential lint issues.

@codecov
Copy link

codecov bot commented Jan 26, 2022

Codecov Report

Merging #63 (964ac57) into master (9596379) will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   55.60%   55.54%   -0.07%     
==========================================
  Files          81       81              
  Lines        2942     2942              
  Branches      544      544              
==========================================
- Hits         1636     1634       -2     
- Misses       1231     1232       +1     
- Partials       75       76       +1     
Flag Coverage Δ
unittests 55.54% <ø> (-0.07%) ⬇️

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

Impacted Files Coverage Δ
mmrazor/models/mutators/one_shot_mutator.py 92.59% <0.00%> (-3.71%) ⬇️

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 9596379...964ac57. Read the comment docs.

@pppppM pppppM merged commit 8b6c084 into open-mmlab:master Jan 26, 2022
@wutongshenqiu wutongshenqiu deleted the fix-non-distributed-multi-gpu branch February 9, 2022 02:20
pppppM pushed a commit to pppppM/mmrazor that referenced this pull request Jul 15, 2022
…-mmlab#63)

* Fix bug in non-distributed training/testing for all tasks

* Fix add warning infos
pppppM pushed a commit to pppppM/mmrazor that referenced this pull request Jul 15, 2022
…-mmlab#63)

* Fix bug in non-distributed training/testing for all tasks

* Fix add warning infos
humu789 pushed a commit to humu789/mmrazor that referenced this pull request Feb 13, 2023
…-mmlab#63)

* support ncnn mmdet fcos.py

* support fsaf

* fix_lint

* fix yapf

* fix clang-format

* Delete output_ncnn.jpg

* Delete output_pytorch.jpg

* remove comments and fix typo

* fix blank line

* Fix typo

* Remove unnessisary comments

* Add comment

* Add comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants