YeHuanjie
Results
2
comments of
YeHuanjie
here is my code: out_np = torch_to_np(out) out_pil = np_to_pil(out_np) out_pil.save('./output/output' + '_{}.jpg'.format(i))
did u solve this problem? the psnr of my bicubic image on SET5 is only 27.27db(for scale x4), while 28.42 in the paper. and that in my srcnn image is...