Describe the bug
My acs_kspace_cropped is of size (32,24,24), and when the default parameter kernel_size=6 is used, nn.functional. (self.threshold * s.max()), :] is an error that can only be avoided with kernel_size=3. I think it's caused by the pad parameter not adjusting to the specific situation in the unfold.
Describe the bug My acs_kspace_cropped is of size (32,24,24), and when the default parameter kernel_size=6 is used, nn.functional. (self.threshold * s.max()), :] is an error that can only be avoided with kernel_size=3. I think it's caused by the pad parameter not adjusting to the specific situation in the unfold.