Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choice of loss function #11

Open
0xtristan opened this issue Aug 23, 2020 · 0 comments
Open

Choice of loss function #11

0xtristan opened this issue Aug 23, 2020 · 0 comments

Comments

@0xtristan
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant