BigGAN-PyTorch icon indicating copy to clipboard operation
BigGAN-PyTorch copied to clipboard

fix preactivation in BigGAN-deep

Open unixpickle opened this issue 4 years ago • 0 comments

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

unixpickle avatar Jan 26 '21 22:01 unixpickle