pytorch
fce5560e - [Convolution] Fix derivatives of convolution overrideable backward (#80840)

Commit
3 years ago
[Convolution] Fix derivatives of convolution overrideable backward (#80840) Fix the convolution_backward_overrideable always set param "transposed" as false to _convolution_double_backward. Backward of convolution_backward (convolution_double_backward) should be calculated with transposed or non-transposed mode. Fixes #80766 Pull Request resolved: https://github.com/pytorch/pytorch/pull/80840 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading