Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.21 KB

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