PyTorch-GAN
PyTorch-GAN copied to clipboard
ACGAN dropout and strides
hey!
The paper mentions using 0.5 dropout on all but the last layer but this implementation uses 0.25 on all layers of the discriminator.
Also, strided convolutions every odd layer. This implementation applies 2x2 stride on every layer.