-
Notifications
You must be signed in to change notification settings - Fork 360
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
feat: support adaptive avg pool 2d and 3d dynamo converters #2632
feat: support adaptive avg pool 2d and 3d dynamo converters #2632
Conversation
98524e0
to
8c41f14
Compare
65bbf45
to
2100974
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending CI
…Try using 'interpolate' instead of 'pad'
2100974
to
e2e0aa5
Compare
…s for corner cases, and add more tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good - added a few small suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added two small comments - looks good to me pending CI for the test cases and those fixes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Support
adaptive_avg_pool2d
andadaptive_avg_pool3d
.Fixes #2611 #2612
Type of change
Checklist: