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]: Support batch_size > 1 in validation (#3852) #3966

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

RunningLeon
Copy link
Collaborator

@RunningLeon RunningLeon commented Oct 20, 2020

Modify to support batch_size > 1 in validation mode.
Resolves #3852

@codecov
Copy link

codecov bot commented Oct 20, 2020

Codecov Report

Merging #3966 into master will increase coverage by 0.04%.
The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3966      +/-   ##
==========================================
+ Coverage   62.27%   62.32%   +0.04%     
==========================================
  Files         221      221              
  Lines       16311    16314       +3     
  Branches     2758     2759       +1     
==========================================
+ Hits        10158    10167       +9     
+ Misses       5660     5654       -6     
  Partials      493      493              
Flag Coverage Δ
#unittests 62.32% <25.00%> (+0.04%) ⬆️

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

Impacted Files Coverage Δ
mmdet/apis/train.py 16.66% <25.00%> (-0.80%) ⬇️
mmdet/models/dense_heads/corner_head.py 76.77% <0.00%> (+1.91%) ⬆️
mmdet/models/detectors/cornernet.py 100.00% <0.00%> (+5.12%) ⬆️

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 9caa197...a8700ae. Read the comment docs.

@ZwwWayne ZwwWayne self-requested a review October 20, 2020 12:58
@hellock
Copy link
Member

hellock commented Oct 21, 2020

@ZwwWayne ZwwWayne merged commit 5d59215 into open-mmlab:master Oct 22, 2020
@RunningLeon RunningLeon deleted the issue_3852 branch November 30, 2020 03:16
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.

support for validate with batch size > 1
3 participants