Junshk / CinCGAN-pytorch

Unofficial Implementation of "Unsupervised Image Super-Resolution using Cycle-in-Cycle Generative Adversarial Networks" in CVPR 2018.
142 stars 27 forks source link

How to Split training into Step 1 and Step 2 as mentioned in the paper? #16

Open shivaang12 opened 3 years ago

shivaang12 commented 3 years ago

I saw the code and I think it is not splitting the denoising and fine tuning step as mentioned in the original paper. It would be appreciated if anyone has any idea how to split it up.

Thanks!