FSRCNN-pytorch
FSRCNN-pytorch copied to clipboard
about ConvTranspose2d
Hello, I want to enlarge the output image by 4 times. I set the stride in ConvTranspose2d to 4, but this will give an error, which will indicate that the dimensions of tensor a and tensor b are different. Can you tell me why this is happening, What will be done to magnify the output image by 4 times for me?