EDSR-PyTorch
EDSR-PyTorch copied to clipboard
what exact patch_size is used for the result x2 in your paper?
Hello, your paper says, "For training, we use the RGB input patches of size 48×48 from LR image with the corresponding HR patches." but in your code, you set patch_size of 192. Could you please tell me which is right? or how does patch_size impach the result... Thanks.