DCGAN-tensorflow
DCGAN-tensorflow copied to clipboard
global average pooling
The global average pooling
is used in the discriminator, torch code and illustrated in the DCGAN paper. But here is fully connection
in the discriminator.