Closed Senwang98 closed 3 years ago
When I do test, if the input size of X is (260,270), then 270 % 4 != 0. You know how to solve this problem?
When I do test, if the input size of X is (260,270), then 270 % 4 != 0. You know how to solve this problem?
hello, i have the same question, have you solved it?
Hi, @Alan-xw I didn't use your repo to train realsr, I used original edsr-pytorch instead. I first pre-upscale the input x so that the output size is original size * args.scale. the training process is ok, but when test PSNR on Set5 each epoch, something wrong happened.