You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 andD_logistic_r1
for the discriminator (https://github.com/NVlabs/stylegan2/blob/master/training/loss.py).The text was updated successfully, but these errors were encountered: