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

Improve DDRNet by replacing AvgPool2d with Conv2d layers #94

Merged
merged 1 commit into from
Oct 4, 2024

feat: replace AveragePool layers with Conv2D in DDRNet

3252a68
Select commit
Loading
Failed to load commit list.
Merged

Improve DDRNet by replacing AvgPool2d with Conv2d layers #94

feat: replace AveragePool layers with Conv2D in DDRNet
3252a68
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 4, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (dev@2aaeb52). Learn more about missing BASE report.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff           @@
##             dev      #94   +/-   ##
======================================
  Coverage       ?   96.13%           
======================================
  Files          ?      142           
  Lines          ?     6373           
  Branches       ?        0           
======================================
  Hits           ?     6127           
  Misses         ?      246           
  Partials       ?        0           

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