BicycleGAN icon indicating copy to clipboard operation
BicycleGAN copied to clipboard

Question about Encoder in cLR-GAN

Open z-linlinlin opened this issue 5 years ago • 1 comments

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 ?

z-linlinlin avatar Sep 25 '20 02:09 z-linlinlin

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.

junyanz avatar Sep 25 '20 06:09 junyanz