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

Discriminator loss of WGAN-gp drop sharply to zero #66

Open
AboMad opened this issue Jul 14, 2020 · 0 comments
Open

Discriminator loss of WGAN-gp drop sharply to zero #66

AboMad opened this issue Jul 14, 2020 · 0 comments

Comments

@AboMad
Copy link

AboMad commented Jul 14, 2020

I am trying to train WGAN-GP with a grayscale images dataset of about 13000 samples. I am using ResNet architecture to generate 64x64 images based on the implementation here (https://github.com/jalola/improved-wgan-pytorch) I faced the problem of the sharp dropping of the discriminator loss. I tried to solve that by:

reduce lr
randomly switch between real and fack images
apply L2 regularization (for both G & D models)
apply many types of data Augmentation But still stuck with the problem. figures show the D (multiply by -1) and G losses of 10K iterations.

Can I have an idea of the reason for that sharp drop?

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