Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 351 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 351 Bytes

GAN-Pytorch

PyTorch implementations of Generative Adversarial Networks.

  • Implementation list

  • GAN (original)

  • CGAN

  • DCGAN

  • Pix2Pix

  • InfoGAN

  • LSGAN

  • WGAN

  • WGAN-GP

  • WGAN-Div

  • ACGAN

  • SAGAN

  • SNGAN

  • ProGAN

  • BigGAN

  • StyleGAN

  • CycleGAN

...