项目作者: aybchan

项目描述 :
generative adversarial networks in tensorflow
高级语言: Python
项目地址: git://github.com/aybchan/gans.git
创建时间: 2018-03-13T23:19:20Z
项目社区:https://github.com/aybchan/gans

开源协议:

下载


Generative Adversarial Networks

Deep convolutional GAN (DCGAN)

Implementation of a deep convolutional GAN by Radford, Metz & Chintala (2015) following their guidelines for training GANs with convolutional layers.

Vanilla GAN

Implementation of the original GAN by Goodfellow et al. (2014). Discriminator and generator networks each use a single hidden fully-connected layer.