sanghyun-son / EDSR-PyTorch

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

How to train MDSR? #314

Open pzq-xjtu opened 2 years ago

pzq-xjtu commented 2 years ago

I use the command python main.py --template MDSR --model MDSR --scale 2+3+4 --save MDSR_baseline --reset --save_models in demo.sh

But this model only train X2 model, the performance of X3 and X4 model is very poor! Why? The PSNR in X2model become better and better, but X3 X4 model change little. thank you!

ZPWangZP commented 7 months ago

请问你解决这个问题了吗