aitorzip / PyTorch-CycleGAN

A clean and readable Pytorch implementation of CycleGAN
https://arxiv.org/abs/1703.10593
GNU General Public License v3.0
1.19k stars 283 forks source link

Pls tell me why derive the discriminator loss function w.r.t. the label rather than the input data. #38

Open KeatsHao opened 2 years ago

KeatsHao commented 2 years ago

Pls tell me why derive the discriminator loss function w.r.t. the label rather than the input data.