fft-conv-pytorch icon indicating copy to clipboard operation
fft-conv-pytorch copied to clipboard

Add padding=same, support half-precision input

Open papkov opened this issue 3 years ago • 2 comments
trafficstars

  • Calculate padding size based on kernel for stride=1, dilation=1
  • Convert half-precision signal and kernel to float, because rfftn does not support half at the moment
  • Remove unnecessary signal copy in padding

papkov avatar Mar 21 '22 13:03 papkov

Thanks for this contribution! Just FYI -- I'll probably get to look over this in the next few days. Super busy lately haha 👍

fkodom avatar Mar 23 '22 21:03 fkodom

If an RGB image is convoluted, is it 2D or 3D? Can there be a demonstration about fast convolution of pictures

D1anskr avatar Jun 28 '22 03:06 D1anskr

Is this going to be merged?

lukepolson avatar Sep 27 '23 17:09 lukepolson