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
See PyTorch's Feature Request, in case of torchlayers there are also some quirks one would have to solve as well.
same padding for even values would have to be done by adding asymmetric padding before convolution with one of specific modes (see here). I'm not yet sure how I'd like to follow through with this (some 3D, 1D layers are missing for some padding modes, so I might have to implement my own new layer padding any dimension).
Should be possible to do though, will sit on it during the weekend and keep you updated if anything changes.
is there any possibility for the 'same' padding convolution to work on even values of kernel size, stride, and dilation?
The text was updated successfully, but these errors were encountered: