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

Question about Encoder in cLR-GAN #90

Open
z-linlinlin opened this issue Sep 25, 2020 · 1 comment
Open

Question about Encoder in cLR-GAN #90

z-linlinlin opened this issue Sep 25, 2020 · 1 comment

Comments

@z-linlinlin
Copy link

As introduced in the paper, we want the Encoder to recover the latent vector from the output image in the cLR-GAN (Conditional Latent Regressor GAN). But we only update parameters in Generator. Why did you design the network like this ?

@junyanz
Copy link
Owner

junyanz commented Sep 25, 2020

We don't want the generator and encoder to cooperate and cheat. It is likely that the generator can produce a hidden signal and encoder can decode it. Therefore, we only update one network in the implementation. Encoder is still trained to reconstruct the photo in the cVAE-GAN branch.

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