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

Why is D_fake calculated in "Train Generator" while D_real is calculated in "Train Discriminator"? #42

Open
jdwang125 opened this issue Mar 27, 2023 · 0 comments

Comments

@jdwang125
Copy link

I believe that D_fake and D_real used in both loss_G and loss_feat should be calculated in the "Train Generator" code block.
In the source code, D_fake is the result of netD with the latest parameter updates, while D_real is the result of netD with the previous parameter updates.

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

No branches or pull requests

1 participant