Zheng222 / IMDN

Lightweight Image Super-Resolution with Information Multi-distillation Network (ACM MM 2019, Winner Award of ICCVW AIM 2019 Constrained SR Track1&Track2)
425 stars 70 forks source link

Model training #32

Open jiandandan001 opened 2 years ago

jiandandan001 commented 2 years ago

Thank you for nice work and thank you for sharing the code.

python train_IMDN.py --root /path/to/DIV2K_decoded/ --scale 4 --pretrained checkpoints/IMDN_x4.pth

Why do we need the pretrained model for 4x when we train the x4 SR model?

How to train a model that has similar performance with the paper? Thanks.