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

WGAN-GP Loss #8

Open
dougsouza opened this issue Nov 29, 2017 · 1 comment
Open

WGAN-GP Loss #8

dougsouza opened this issue Nov 29, 2017 · 1 comment

Comments

@dougsouza
Copy link

Have you tried WGAN-GP loss? I am having trouble while fading in a new layer using WGAN-GP loss, it causes the loss to go grazy and results in mode collapse.

@zhangqianhui
Copy link

Recently, I am trying Pg-gan using WGAN-gp loss. I think the differences from ls-gan is
(1)The most important: setting lower learn_rate, in my experiments, lr = 0.0001
(2)n_{critic} = 1, but you should keep the same variables numbers between g and d.

Hope to help you.

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

2 participants