christiancosgrove / pytorch-sagan
Implementation of Self-Attention Generative Adversarial Networks by Zhang et al. (with spectral normalization and projection discriminator)
☆39Updated 6 years ago
Alternatives and similar repositories for pytorch-sagan:
Users that are interested in pytorch-sagan are comparing it to the libraries listed below
- Official PyTorch implementation of Harmonizing Maximum Likelihood with GANs for Multimodal Conditional Generation (ICLR 2019)☆93Updated 7 months ago
- PyTorch Implementation of Unrolled Generative Adversarial Networks☆39Updated 6 years ago
- Pytorch implementation of "One-Shot Unsupervised Cross Domain Translation" NIPS 2018☆139Updated 5 years ago
- dcgan combined with vae in pytorch!