StyleGAN2-Tensorflow-2.0 icon indicating copy to clipboard operation
StyleGAN2-Tensorflow-2.0 copied to clipboard

Choice of loss function

Open 0xtristan opened this issue 4 years ago • 0 comments

In the styleGAN 2 paper they state using a "non-saturating logistic loss", is there any particular reason you opted for hinge loss in this implementation?

For reference I believe the original loss functions for config-f are G_logistic_ns_pathreg for the generator and D_logistic_r1 for the discriminator (https://github.com/NVlabs/stylegan2/blob/master/training/loss.py).

0xtristan avatar Aug 23 '20 23:08 0xtristan