You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I know this has more to do with pytorch than with pytorch-lightning, but I couldn't find any issues regarding this there and I don't think this is a bug so I don't think it deserves one.
I would like to know why a convolution with padding='same' and even kernels requires a copy of its input, as stated by this warning:
UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at ..\aten\src\ATen\native\Convolution.cpp:647.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I know this has more to do with pytorch than with pytorch-lightning, but I couldn't find any issues regarding this there and I don't think this is a bug so I don't think it deserves one.
I would like to know why a convolution with padding='same' and even kernels requires a copy of its input, as stated by this warning:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions