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

Adversarial Loss not trained against stagnant partner? #12

Open
yhu9 opened this issue Feb 19, 2019 · 1 comment
Open

Adversarial Loss not trained against stagnant partner? #12

yhu9 opened this issue Feb 19, 2019 · 1 comment

Comments

@yhu9
Copy link

yhu9 commented Feb 19, 2019

I was under the impression that the optimizer and the generator should be training against stagnant counterparts but the step function on the generators are called before the gradients are calculated for the discriminator. Is this standard practice?

@FloCF
Copy link

FloCF commented Mar 29, 2019

For e.g. DCGAN or pix2pix people usually start with discriminator training with detached generated fakes and then optimize Generator. Not sure why it is the other way round here.
Dont know if that helps 😅 ...

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