jt827859032 / DRRN-pytorch

Pytorch implementation of Deep Recursive Residual Network for Super Resolution (DRRN), CVPR 2017
MIT License
193 stars 53 forks source link

不能得到和论文一样的结果 #13

Open chaoyueziji opened 5 years ago

chaoyueziji commented 5 years ago

感谢大佬开源,我按照你的代码,没有改任何代码,跑50 epoch,发现在第50 epoch得到结果如下: Processing Set5_mat/head_GT_x2.mat Processing Set5_mat/butterfly_GT_x2.mat Processing Set5_mat/baby_GT_x2.mat Processing Set5_mat/woman_GT_x2.mat Scale= 2 Dataset= Set5 PSNR_predicted= 35.98152927120101 PSNR_bicubic= 33.69039381292539 It takes average 5.726621294021607s for processing Processing Set5_mat/woman_GT_x3.mat Processing Set5_mat/bird_GT_x3.mat Processing Set5_mat/baby_GT_x3.mat Processing Set5_mat/head_GT_x3.mat Processing Set5_mat/butterfly_GT_x3.mat Scale= 3 Dataset= Set5 PSNR_predicted= 32.590871083509164 PSNR_bicubic= 30.407692343235453 It takes average 5.687644147872925s for processing Processing Set5_mat/bird_GT_x4.mat Processing Set5_mat/woman_GT_x4.mat Processing Set5_mat/butterfly_GT_x4.mat Processing Set5_mat/head_GT_x4.mat Processing Set5_mat/baby_GT_x4.mat Scale= 4 Dataset= Set5 PSNR_predicted= 30.483599758580993 PSNR_bicubic= 28.41454827257395 It takes average 5.374003458023071s for processing

相反的是我在第20 epoch得到了更好的结果,emmm,如果大佬有时间可以麻烦解答下么: Processing Set5_mat/head_GT_x2.mat Processing Set5_mat/butterfly_GT_x2.mat Processing Set5_mat/baby_GT_x2.mat Processing Set5_mat/woman_GT_x2.mat Scale= 2 Dataset= Set5 PSNR_predicted= 36.17091792433612 PSNR_bicubic= 33.69039381292539 It takes average 5.751824855804443s for processing Processing Set5_mat/woman_GT_x3.mat Processing Set5_mat/bird_GT_x3.mat Processing Set5_mat/baby_GT_x3.mat Processing Set5_mat/head_GT_x3.mat Processing Set5_mat/butterfly_GT_x3.mat Scale= 3 Dataset= Set5 PSNR_predicted= 32.7447910082183 PSNR_bicubic= 30.407692343235453 It takes average 5.653450155258179s for processing Processing Set5_mat/bird_GT_x4.mat Processing Set5_mat/woman_GT_x4.mat Processing Set5_mat/butterfly_GT_x4.mat Processing Set5_mat/head_GT_x4.mat Processing Set5_mat/baby_GT_x4.mat Scale= 4 Dataset= Set5 PSNR_predicted= 30.44373425939143 PSNR_bicubic= 28.41454827257395 It takes average 5.370740699768066s for processing

yuze9542 commented 4 years ago

ascii' codec can't decode byte 0xc3 in position 918: ordinal not in range(128)

blackhumor22 commented 4 years ago

ascii' codec can't decode byte 0xc3 in position 918: ordinal not in range(128)

how to solve this problem?