Skip to content

salty-vanilla/tf-gans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-gans

Major GANs are implemented in this repository 🔥

Environments

  • python 3.6
  • tensorflow 1.11

I use eager execution !!

Dataset

  • MNIST
  • CIFAR10
  • Anime Face dataset

Implemented

To Implement

  • Conditional GAN
  • ACGAN
  • cGANs with projection discriminator
  • SAGAN

Overview of the results

MNIST CIFAR10 Anime
Vanilla GAN TBA TBA
WGAN TBA TBA
WGAN-GP TBA TBA
SNGAN TBA TBA
PGGAN TBA TBA
Conditional GAN TBA TBA TBA
ACGAN TBA TBA TBA
cGANs
with projection discriminator
TBA TBA TBA
SAGAN TBA TBA TBA

Releases

No releases published

Packages

No packages published

Languages