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

[Bug] Fix DeformConv2d bias error and add tests #940

Merged
merged 4 commits into from
Apr 12, 2021

Conversation

MeowZheng
Copy link
Collaborator

@MeowZheng MeowZheng commented Apr 12, 2021

fix #939

@codecov
Copy link

codecov bot commented Apr 12, 2021

Codecov Report

Merging #940 (4fb3a5f) into master (3bcc796) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head 4fb3a5f differs from pull request most recent head a4088c0. Consider uploading reports for the commit a4088c0 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #940      +/-   ##
==========================================
- Coverage   65.67%   65.67%   -0.01%     
==========================================
  Files         149      149              
  Lines        9452     9451       -1     
  Branches     1720     1720              
==========================================
- Hits         6208     6207       -1     
  Misses       2924     2924              
  Partials      320      320              
Flag Coverage Δ
unittests 65.67% <0.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
mmcv/ops/deform_conv.py 61.48% <0.00%> (-0.29%) ⬇️

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 3bcc796...a4088c0. Read the comment docs.

@MeowZheng MeowZheng changed the title Deform [Bug] Fix DeformConv2d bias error and add tests Apr 12, 2021
@hellock hellock merged commit 79f8cbd into open-mmlab:master Apr 12, 2021
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.

DeformConv2d bias error
2 participants