xinntao / ESRGAN

ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
https://github.com/xinntao/BasicSR
Apache License 2.0
5.91k stars 1.05k forks source link

In superGAN for contest, training loss LG = Lpercep + λLRa G + ηL1,What is the value of λ and η? #68

Open zhuwanling opened 5 years ago

stiansel commented 5 years ago

The values for ESRGAN appear to be in the training options file at https://github.com/xinntao/BasicSR/blob/master/codes/options/train/train_ESRGAN.yml (see near the bottom of the file)

zhuwanling commented 5 years ago

The values for ESRGAN appear to be in the training options file at https://github.com/xinntao/BasicSR/blob/master/codes/options/train/train_ESRGAN.yml (see near the bottom of the file) I have tried that. but it is not best for PI . Did you use these loss functions weight in your contest in PIRM? Thanks for your reply!