Implementation of a deep convolutional GAN by Radford, Metz & Chintala (2015) following their guidelines for training GANs with convolutional layers.
Implementation of the original GAN by Goodfellow et al. (2014). Discriminator and generator networks each use a single hidden fully-connected layer.