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

How to interpret the losses? #17

Closed
wchen342 opened this issue Apr 26, 2017 · 5 comments
Closed

How to interpret the losses? #17

wchen342 opened this issue Apr 26, 2017 · 5 comments

Comments

@wchen342
Copy link

When I tried wgan-gp on my own problems, sometimes I got very unbalanced losses (e.g. the loss of discriminator is high, but the loss of generator is around 0. See this). What does this mean? Does it mean the generator is too good?

@igul222
Copy link
Owner

igul222 commented Apr 27, 2017 via email

@wchen342 wchen342 changed the title How to interpolate the losses? How to interpret the losses? Apr 28, 2017
@wchen342
Copy link
Author

That means sense. Thanks!

@IPNUISTlegal
Copy link

@igul222
@wchen342
d_loss
g_loss
They are WGAN-GP loss function.
I am confused that the discriminator loss does not convergence to a certain value and crazy up and down swing!
I am noob in GAN. thx!

@IronLavender
Copy link

@igul222
@wchen342

They are WGAN-GP loss function.
I am confused that the discriminator loss does not convergence to a certain value and crazy up and down swing!
I am noob in GAN. thx!

Hello, I am thinking how to draw the loss. Sorry it's a little hard for me because these 2 loss should be seperate and in different loops. Will you share the related code to me? Thank you very much.

@PGCJ
Copy link

PGCJ commented Aug 10, 2022

Hello,I am noob in GAN.
I want to konw that what looks normal in WGAN_GP's loss? between Dloss and Gloss.

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

5 participants