Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 492 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 492 Bytes

GAN

Tensorflow implement of GANs

Requirements

Python 3.5 TensorFlow 1.12.0 Opencv-python 3.4.5.20

Mnist_Based GAN

Includeing GAN、EBGAN、BEGAN、CGAN、LapGAN、DCGAN、ACGAN、InfoGAN、DRAGAN、LSGAN、SGAN、WGAN、WGAN-GP. Those GANs are based on MNIST dataset and cartoon images

Advanced GANs

Including DTN(Domain Transfer Net) You can use those GANs to do something more interststing,including domain transformation 、style transformation、image translation and so on