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

[Feature] Add nanodet-plus and support grad clip. #362

Merged
merged 6 commits into from
Dec 23, 2021

Conversation

RangiLyu
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Dec 20, 2021

Codecov Report

Merging #362 (6378dc0) into v1.0.0-alpha (2ca268a) will increase coverage by 0.05%.
The diff coverage is 75.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           v1.0.0-alpha     #362      +/-   ##
================================================
+ Coverage         73.94%   74.00%   +0.05%     
================================================
  Files                64       66       +2     
  Lines              4330     4424      +94     
  Branches            735      752      +17     
================================================
+ Hits               3202     3274      +72     
- Misses              948      970      +22     
  Partials            180      180              
Flag Coverage Δ
unittests 74.00% <75.00%> (+0.05%) ⬆️

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

Impacted Files Coverage Δ
nanodet/model/head/gfl_head.py 86.55% <0.00%> (-0.35%) ⬇️
nanodet/model/head/nanodet_head.py 75.64% <0.00%> (-2.57%) ⬇️
nanodet/util/check_point.py 17.85% <0.00%> (-1.38%) ⬇️
nanodet/model/arch/nanodet_plus.py 47.82% <47.82%> (ø)
nanodet/trainer/task.py 53.59% <50.00%> (-0.05%) ⬇️
nanodet/model/arch/one_stage_detector.py 60.00% <66.66%> (+0.54%) ⬆️
nanodet/model/head/__init__.py 88.23% <66.66%> (+2.52%) ⬆️
nanodet/model/head/nanodet_plus_head.py 72.76% <66.66%> (-1.53%) ⬇️
nanodet/model/arch/__init__.py 68.75% <75.00%> (+18.75%) ⬆️
nanodet/model/head/simple_conv_head.py 100.00% <100.00%> (ø)
... and 5 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 2ca268a...6378dc0. Read the comment docs.

@RangiLyu RangiLyu merged commit 5967031 into v1.0.0-alpha Dec 23, 2021
@RangiLyu RangiLyu deleted the nanodet_plus_arch branch December 24, 2021 02:01
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.

None yet

1 participant