-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Update conv_transpose api #26427
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
Update conv_transpose api #26427
Conversation
Thanks for your contribution! |
… convtranspose
python/paddle/fluid/tests/unittests/test_functional_conv3d_transpose.py
Outdated
Show resolved
Hide resolved
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.
for future reference, maybe add the reasoning and bench result of use_cudnn
setting to PR description
also, the code does not seem to be DRY enough, consider:
- extract conv_nd function
- reference to class description in functional docstring
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.
need subsequent PR to add tensor input for output_size
, otherwise LGTM
PR types
New features
PR changes
APIs
Describe
Update conv_transpose2d, conv_transpose3d, ConvTranspose2d, ConvTranspose3d api
TODO: