PyTorchSteerablePyramid icon indicating copy to clipboard operation
PyTorchSteerablePyramid copied to clipboard

Pytorch17 complex fft

Open vdutell opened this issue 2 years ago • 1 comments

vdutell avatar May 05 '22 17:05 vdutell

I'm so confusing for line 91: height, width = im_batch.shape[2], im_batch.shape[1]

As the input is in the shape [N, C, H, W], the squeezed im_batch should be in [N, H, W].....

Thus height = im_batch.shape[1] and width = im_batch.shape[2] ?

ChairManMeow-SY avatar May 30 '22 03:05 ChairManMeow-SY