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

errG_real is not backpropagated in the training of generator #14

Closed
guxd opened this issue Jan 18, 2018 · 0 comments
Closed

errG_real is not backpropagated in the training of generator #14

guxd opened this issue Jan 18, 2018 · 0 comments

Comments

@guxd
Copy link

guxd commented Jan 18, 2018

According to the Algorithm1 in the paper, L_G=errG_real-errG_fake.
However, in your pytorch implementation, only errG_fake is backpropagated.
Why? How does it affect the performance if you backpropagate both?

@guxd guxd closed this as completed Sep 1, 2018
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