Skip to content

This repository implements all kinds of GAN-models based on tensorflow2.0 keras API including GAN, CGAN, WGAN, WGAN_GP, VAE, CVAE, LSGAN, infoGAN, EBGAN, BEGAN, ACGAN

Notifications You must be signed in to change notification settings

markemus/GANs-collections-tf2.0_keras-eager_mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository implements all kinds of GAN-models based on tensorflow2.0 keras API and in eager mode. The code was only validated on windows platform and just cpu mode.

How to use

Install tensorflow2.0-aplha version. Anaconda virtual enviroment is recommended. To support GPU mode,please refer to this(I haven't validated on GPU beacuse have no GPU to use).

TODO

  • To implement ACGAN, EBGAN, BEGAN, etc.
  • Support GPU run.

About

This repository implements all kinds of GAN-models based on tensorflow2.0 keras API including GAN, CGAN, WGAN, WGAN_GP, VAE, CVAE, LSGAN, infoGAN, EBGAN, BEGAN, ACGAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%