Closed nivedwho closed 3 years ago
Replaced relativistic loss functions defined in the ESRGAN colab notebook with relativistic_generator_loss() and relativistic_discriminator_loss() from TF-GAN losses.
relativistic_generator_loss()
relativistic_discriminator_loss()
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Replaced relativistic loss functions defined in the ESRGAN colab notebook with
relativistic_generator_loss()
andrelativistic_discriminator_loss()
from TF-GAN losses.