SKTBrain / DiscoGAN

Official implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
773 stars 171 forks source link

Feature matching loss #10

Open sagiebenaim opened 7 years ago

sagiebenaim commented 7 years ago

A feature matching loss is provided as part of the loss for the generator G. There is no mention of this loss in the paper, and its seems to be much greater then the standard GAN loss (Ratio of 0.9 to 0.1). Could you explain its use? How does its use, or lack of, affect results?

Thanks!