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 669 forks source link

The question about test EDSR_x2 model #19

Closed wuyujiji closed 6 years ago

wuyujiji commented 6 years ago

excuse me! I recently train the EDSR_x2 model that used your pytorch code. During trainng, the validation PSNR is normal, around 38.5dB. but after training, I used DIV2K n_val 100 to test, the reconstruction image is too poor. So I want to request for you, thank you!

back2yes commented 6 years ago

@wuyujiji Hi, did you find out the reason? I met similar problem here..