tensorflow / gan

Tooling for GANs in TensorFlow
Apache License 2.0
927 stars 246 forks source link

Updated relativistic losses for ESRGAN example #51

Closed nivedwho closed 2 years ago

nivedwho commented 3 years ago

Replaced relativistic loss functions defined in the ESRGAN example scripts with relativistic_generator_loss() and relativistic_discriminator_loss() from TF-GAN losses.