Skip to content

Latest commit

 

History

History
90 lines (57 loc) · 3.21 KB

README.md

File metadata and controls

90 lines (57 loc) · 3.21 KB

Implementation of various GANs with TensorFlow version 2.0

  • Final update: 2019. 06. 13.
  • All right reserved @ Il Gu Yi 2018

This repository is a collection of various GAN models implemented by TensorFlow version 2.0 style.

This repository moves to ilguyi/generative.models.tensorflow.v2 that is a collection of various generative models including autoregressive models, latent variable models, normalizing flow models as well as GAN. You will see more implementations of generative models.

Getting Started

Prerequisites

  • TensorFlow above 1.12
  • Python 3.6
  • Python libraries:
    • numpy, matplotlib, PIL
  • Jupyter notebook
  • OS X and Linux (Not validated on Windows but probably it would work)

Contents (TF version 2.x style)

Generative Adversarial Networks

Contents (TF version 1.x style)

Generative Adversarial Networks

Deep Convolutional GAN

Conditional GAN

InfoGAN

Bidirectional GAN

Least Squares GAN

Wasserstein GAN

Boundary Equilibrium GAN

Author

Il Gu Yi