Change Upscale Value
niuqun opened this issue · 1 comments
niuqun commented
Dear all, this project seems to fix its upscale to 4. When I changed the upscale value to 2 in the generate_train_srresnet.m, it runs into a RunTime Error:
RuntimeError: input and target shapes do not match: input [16 x 3 x 192 x 192], target [16 x 3 x 96 x 96] at /opt/conda/conda-bld/pytorch_1532579805626/work/aten/src/THCUNN/generic/MSECriterion.cu:12
Anyone has any ideas on how to make the upscale value adaptable? Thank you!