taki0112 / UGATIT

Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
MIT License
6.17k stars 1.04k forks source link

About CAM loss #115

Open vinduon opened 3 years ago

vinduon commented 3 years ago

Dear sir,

I am a little confused with 2 CAM loss functions (5) and (6) in your paper. I don't know why one function uses BCE for generator, one uses MSE for discriminator? Can someone explain it? Many thanks.