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

ACGAN dropout and strides

Open Zemfm opened this issue 5 years ago • 0 comments

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.

Zemfm avatar Jan 15 '20 15:01 Zemfm