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

[Enhance] Formatting non distributed training and inference and Supporting CPU training. #42

Merged
merged 14 commits into from
Mar 10, 2022

Conversation

linyq17
Copy link
Collaborator

@linyq17 linyq17 commented Jan 27, 2022

@linyq17 linyq17 changed the title [Fix] Fix bug in non-distributed multi-gpu training/testing [Enhance] Formatting non distributed training and inference. Jan 27, 2022
@codecov
Copy link

codecov bot commented Jan 27, 2022

Codecov Report

Merging #42 (0059710) into main (38afc01) will increase coverage by 11.33%.
The diff coverage is 33.33%.

❗ Current head 0059710 differs from pull request most recent head da424f6. Consider uploading reports for the commit da424f6 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #42       +/-   ##
===========================================
+ Coverage   60.25%   71.58%   +11.33%     
===========================================
  Files         116      116               
  Lines        7528     5547     -1981     
  Branches     1489     1073      -416     
===========================================
- Hits         4536     3971      -565     
+ Misses       2673     1300     -1373     
+ Partials      319      276       -43     
Flag Coverage Δ
unittests 71.58% <33.33%> (+11.39%) ⬆️

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

Impacted Files Coverage Δ
mmfewshot/detection/apis/train.py 17.80% <0.00%> (ø)
mmfewshot/classification/apis/train.py 20.00% <25.00%> (+1.66%) ⬆️
mmfewshot/__init__.py 83.33% <100.00%> (ø)
mmfewshot/utils/collect_env.py 0.00% <0.00%> (-36.37%) ⬇️
...wshot/classification/datasets/pipelines/loading.py 32.14% <0.00%> (-1.97%) ⬇️
mmfewshot/detection/core/utils/__init__.py 100.00% <0.00%> (ø)
mmfewshot/detection/models/detectors/__init__.py 100.00% <0.00%> (ø)
mmfewshot/detection/models/roi_heads/__init__.py 100.00% <0.00%> (ø)
mmfewshot/detection/models/dense_heads/__init__.py 100.00% <0.00%> (ø)
.../detection/models/roi_heads/bbox_heads/__init__.py 100.00% <0.00%> (ø)
... and 8 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 501a6db...da424f6. Read the comment docs.

@linyq17 linyq17 changed the title [Enhance] Formatting non distributed training and inference. [Enhance] Formatting non distributed training and inference and Supporting CPU training. Feb 14, 2022
@linyq17 linyq17 merged commit a8b528d into open-mmlab:main Mar 10, 2022
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.

1 participant