RaoUmer / SRResCycGAN

Code repo for "Deep Cyclic Generative Adversarial Residual Convolutional Networks for Real Image Super-Resolution" (ECCVW AIM2020).
https://beta.replicate.ai/RaoUmer/SRResCycGAN
MIT License
47 stars 11 forks source link

How to train other dataset models through this ? #3

Open Amazingfanta opened 3 years ago

Amazingfanta commented 3 years ago

Could you provide the instructions to use your code for training by pytorch? Thank you.

RaoUmer commented 3 years ago

You can use the SR Generator (G_SR, given the test demo code) in your training script, while the settings of LR Generator (G_LR) and corresponding discriminators (Dx, Dy), please, refers to paper section-3 and also for the other datasets training, refers to the paper section-4.1.

Amazingfanta commented 3 years ago

Thanks for your reply! Would you provide the code for training? Thanks!