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 warning with torch.meshgrid #8090

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Use digit_version instead of version.parse

ea5c9c2
Select commit
Loading
Failed to load commit list.
Open

Fix warning with torch.meshgrid #8090

Use digit_version instead of version.parse
ea5c9c2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 15, 2023 in 0s

64.18% (-0.52%) compared to 240d7a3

View this Pull Request on Codecov

64.18% (-0.52%) compared to 240d7a3

Details

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (240d7a3) 64.69% compared to head (ea5c9c2) 64.18%.
Report is 153 commits behind head on dev.

Files Patch % Lines
mmdet/models/dense_heads/cascade_rpn_head.py 33.33% 2 Missing ⚠️
mmdet/models/utils/transformer.py 33.33% 2 Missing ⚠️
mmdet/models/dense_heads/anchor_free_head.py 50.00% 1 Missing ⚠️
mmdet/models/dense_heads/vfnet_head.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #8090      +/-   ##
==========================================
- Coverage   64.69%   64.18%   -0.52%     
==========================================
  Files         351      361      +10     
  Lines       28463    29537    +1074     
  Branches     4807     5020     +213     
==========================================
+ Hits        18414    18958     +544     
- Misses       9057     9575     +518     
- Partials      992     1004      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.