sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.43k stars 670 forks source link

Got high psnr in training,but low psnr in test,and outputs are totally grey images #334

Closed yuanjcca closed 2 years ago

yuanjcca commented 2 years ago

why?? Got high psnr in training,but low psnr in test,and outputs are totally grey images

yuanjcca commented 2 years ago

I just modified the convolution operations. And in training,200 epochs can achieve 34.5db psnr ,but in test by using model_best.pt ,just got 11.447db ,and the outputs image were grey and small , like 11.2kb, what's wrong ?