JiahuiYu / wdsr_ntire2018

Code of our winning entry to NTIRE super-resolution challenge, CVPR 2018
http://www.vision.ee.ethz.ch/ntire18/
598 stars 123 forks source link

How to achieve the results in the paper? #33

Closed Zysty closed 5 years ago

Zysty commented 5 years ago

hi jiahui. I want to reproduce your WDSRA x2 result 34.541 dB. I used EDSR-Pytorch framework to train and set --patch_size 96 --n_resblocks 8 --n_feats 32 --block_feats 128 --res_scale 1 . All results are lower than yours, can you tell me the settings of other hyperparameters for your training?Thanks.

JiahuiYu commented 5 years ago

Hi,

Please refer to tensorflow implementation, which has both training and testing code.