PyTorch implementations of various types of Generative Adversarial Networks (GAN). Each folder contains its own implementation.
- ConditionalGAN (cGAN)
- CycleGAN
- DCGAN
- LSGAN
- StarGAN_Digits for generating 32 x 32 digits
- TinyGAN A small GAN network
- VanillaGAN
- WassersteinGAN-GP Wasserstein GAN with Gradient Penalty
- WassersteinGAN