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 do you start with the parameter of G instead of the parameter of D? #19

Open
humaolin opened this issue Sep 17, 2019 · 1 comment

Comments

@humaolin
Copy link

model.update_G()
model.update_D()

in standard GAN,
we need to update the parameter of D , then G.

@junyanz
Copy link
Owner

junyanz commented Oct 7, 2019

I think the order doesn't matter in practice. Either is fine.

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

2 participants