Skip to content

Tensorflow implementation of different GANs and their comparisions

License

Notifications You must be signed in to change notification settings

sanghoon/tf-exercise-gan

Repository files navigation

tf-exercise-gan

Tensorflow implementation and benchmark of diffrent GANs

GAN implementations

  • DCGAN
  • WGAN
  • BEGAN
  • MAD-GAN
  • GoGAN

Tasks

  • Impl. DCGAN, GoGAN, WGAN
  • Impl. BEGAN, MAD-GAN
  • Reproduce GANs on MNIST and CelebA datasets
  • Impl. training & evaluation on synthetic datasets
  • Add sample results
  • Impl. better evaluation tools
  • Impl. evaluation function for real images
  • Impl. result logger
  • Compare GANs (synthetic and MNIST)
  • Add more GAN implementations

Releases

No releases published

Packages

No packages published

Languages