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

Critic loss curve #90

Open
CBD88 opened this issue May 25, 2020 · 0 comments
Open

Critic loss curve #90

CBD88 opened this issue May 25, 2020 · 0 comments

Comments

@CBD88
Copy link

CBD88 commented May 25, 2020

Hi,
(1) Critic loss curve which should go to 0 will be including gradient penalty or without it?
(2) What should be the behavior of gradient penalty(Decreasing towards 0 or something else)?
(3) The result will be the same if we do backward propagation of gradient penalty individual or with discriminator loss as below.
(i) gradient_penalty.backward(retain_graph=True) [ Individual ]
(ii) loss_D = (- loss_real + loss_fake) + gradient_penalty [ with discriminator loss ]
loss_D.backward()

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