GCL icon indicating copy to clipboard operation
GCL copied to clipboard

About Generative module and GAN loss

Open YangJae96 opened this issue 4 years ago • 1 comments

image The above is the generative module in the paper.

Can I ask why you applied the x'org part in the GAN loss?

Is it because the training generator is hard without using x'org part?

YangJae96 avatar Nov 19 '21 05:11 YangJae96

Yes, it helps to train generator. This part is traditional reconstruction in GAN and AE. Reconstruction allows for better adapting the decoder to the person distribution.

chenhao2345 avatar Nov 22 '21 09:11 chenhao2345