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

Conversation

sokovninn
Copy link
Member

This PR improves DDRNet by replacing AvgPool2d with Conv2d layers

@sokovninn sokovninn self-assigned this Oct 4, 2024
@sokovninn sokovninn requested a review from a team as a code owner October 4, 2024 13:30
@sokovninn sokovninn requested review from kozlov721, klemen1999, tersekmatija and conorsim and removed request for a team October 4, 2024 13:30
@github-actions github-actions bot added the enhancement New feature or request label Oct 4, 2024
Copy link
Collaborator

@klemen1999 klemen1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link

codecov bot commented Oct 4, 2024

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.

@sokovninn sokovninn merged commit aa36ed1 into dev Oct 4, 2024
9 checks passed
@sokovninn sokovninn deleted the feat/ddrnet-improvement branch October 4, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants