PyTorch-GAN
PyTorch-GAN copied to clipboard
CycleGAN discriminator activation fucnction
I noticed that the discriminator does not have activation function in the output. The last layer is just a convolution. Why is that?
CycleGAN used least-squares loss. You can check the paper: Least Squares Generative Adversarial Networks - ICCV 2017