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

About saving discriminator model #213

Open scey26 opened 5 years ago

scey26 commented 5 years ago

Hello? Your amazing work is very nice reference for SR using deep learning.

**I wonder why your code do not saving the discriminator when using adversarial training mode. (If i just do not find it, please let me know)

If i wanna retrain the model in adversarial training , i can not read the pretrained discriminator model, right?**

Then, why you don't consider it?

Thanks!