TencentARC / MM-RealSR

Codes for "Metric Learning based Interactive Modulation for Real-World Super-Resolution"
BSD 3-Clause "New" or "Revised" License
154 stars 12 forks source link

training iterations #14

Open sujyQ opened 1 year ago

sujyQ commented 1 year ago

Hi, @MC-E. I really thank for your awesome work.

I have some questions about training MM-RealSR.

  1. In your paper, MM-RealSR was trained during 1000k iterations for phase 1 and 400k iters for phase 2, which are different with .yml files. How can i reproduce the results?

  2. How long did it take with your env?

Thanks!

MC-E commented 1 year ago

Hi, Phase 1 trains the network with MSE loss, and Phase 2 is trained with the GAN loss with the initial parameters from Phase 1. About 7 days to complete these two phases.

sujyQ commented 1 year ago

Thanks for reply, but I wondered the number of iterations for each phase, not loss function:) The "total_iter" in .yml files are not same as the paper.

MC-E commented 1 year ago

Sorry for the misunderstanding. We did some debugging before releasing the code. We found that it is unnecessary to train the net stage for too long, so we shortened the number of iterations for it and appropriately increased the number of training steps for the GAN stage. This has little impact on the quantitative metrics.