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
6.02k stars 1.07k forks source link

About the definition of the loss function #4

Closed hust-lidelong closed 6 years ago

hust-lidelong commented 6 years ago

Hi!In the code, I don't see the definition of the loss function and the use of RelativisticGAN.Is this right? Thanks!

xinntao commented 6 years ago

@hust-lidelong Only testing code is provided in this repo. Training codes including loss function and RelativisticGAN are provided in BasicSR.