Ram81 / AC-VAEGAN-PyTorch
Implementation of a Conditional Variational Auto-Encoder GAN in pytorch
☆42Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for AC-VAEGAN-PyTorch
- Implementation of "Autoencoding beyond pixels using a learned similarity metric" using Pytorch☆56Updated 4 years ago
- Pytorch for Triple-GAN☆42Updated last year
- Pytorch implementation of a Conditional WGAN with Gradient Penalty☆36Updated 4 years ago
- Pytorch implementation of paper "Autoencoding beyond pixels using a learned similarity metric"☆42Updated 5 years ago
- A Variational Autoencoder based on the ResNet18-architecture☆116Updated 5 years ago
- Generation of 128x128 bird images using VAE-GAN with additional feature matching loss☆85Updated 6 years ago
- Sliced Wasserstein Distance (SWD) in PyTorch☆109Updated 5 years ago
- CGAN ProjectionCGAN ACGAN InfoGAN Pytorch☆65Updated 5 years ago
- PyTorch implementation of VAEGAN☆25Updated 4 years ago
- Official Pytorch implementation of "DivCo: Diverse Conditional Image Synthesis via Contrastive Generative Adversarial Network" (CVPR'21)☆74Updated 3 years ago
- This is a re-implementation of TransGAN: Two Pure Transformers Can Make One Strong GAN (NeurIPS 2021) in PyTorch.