sanghyun-son / EDSR-PyTorch

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

SRGAN method tested? #70

Closed muneebaadil closed 5 years ago

muneebaadil commented 5 years ago

Hi,

I wanted to ask if (i) the SRGAN method is tested and (ii) is it possible to reproduce the results of the paper using this code?

Thanks

sanghyun-son commented 5 years ago

You can reproduce the result with EDSR model.

Please refer to this script.

Thank you!