avalonstrel/GatedConvolution_pytorch

Kernel size can't be greater than actual input size

Shivanshmundra opened this issue · 1 comments

RuntimeError: Calculated padded input size per channel: (3 x 3). Kernel size: (4 x 4). Kernel size can't be greater than actual input size

I am getting the above error on testing with my own dataset from the pre-trained model link given by you. Can you tell me where am I making mistake?
I am using dataset of 256x256 images.

请问你解决了吗,我也遇到相同问题