ajbrock / BigGAN-PyTorch

The author's officially unofficial PyTorch BigGAN implementation.
MIT License
2.84k stars 470 forks source link

fix preactivation in BigGAN-deep #81

Open unixpickle opened 3 years ago

unixpickle commented 3 years ago

Previously, the BigGAN-deep discriminator applied a ReLU to the input images, which range in [-1, 1]. This appeared to cripple the training process.