Skip to content

namanbiyani/a-study-in-GANs

 
 

Repository files navigation

GAN model results

1. BasicGAN

Hand-digit generation using basicGAN on MNIST dataset

Board

2. DCGAN

Results on DCGAN on MNIST and CelebA dataset

Board

3. Conditional GAN

Result of cGAN on MNIST, FMNIST and CIFAR

Board

4. infoGAN

Result of infoGAN on MNIST, FMNIST and CIFAR

Board

5. AC-GAN

Result of infoGAN on MNIST, FMNIST and CIFAR

Board

6. Amine GAN

Board

7. Cycle GAN

Board

8. Star GAN

Board

9. SRGAN

Left to Right: (1) Low resolution image (LR) which is also the inputs to our model (2)
High Resolution image (HR) which is ground truth image for evaluating image [4x
resolution of LR] (3) Super resolution image (SR) which is the generated image from the

Board

10. SAGAN

Self Attention module and other stabilizing method applied on DCGAN as proposed in
the paper SAGAN. Above results suggest that our model has overcome the problem of
long range dependencies which can clearly be seen in initial epoch’s result.

Board

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.0%
  • Python 3.0%