Skip to content

ilguyi/gans.tensorflow.v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published