bojone / vae
a simple vae and cvae from keras
☆1,268Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for vae
- Variational Autoencoder and Conditional Variational Autoencoder on MNIST in PyTorch☆585Updated 3 months ago
- A Variational Autoencoder (VAE) implemented in PyTorch☆409Updated 2 years ago
- some demo of GANs☆274Updated 5 years ago
- A pytorch implementation of Paper "Improved Training of Wasserstein GANs"☆1,509Updated last year
- Pytorch implementation of Self-Attention Generative Adversarial Networks (SAGAN)☆2,522Updated 6 months ago
- Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)☆1,149Updated 6 months ago
- ☆63Updated 4 years ago
- Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN☆2,883Updated 7 years ago
- Pytorch implementation of conditional Generative Adversarial Networks (cGAN) and conditional Deep Convolutional Generative Adversarial Ne…☆490Updated 7 years ago
- Code for reproducing experiments in "Improved Training of Wasserstein GANs"☆2,356Updated 6 years ago
- 《迁移学习简明手册》LaTex源码☆2,489Updated last year
- Keras implement of flow-based models☆222Updated 4 years ago
- 各类GAN综合在一起,借鉴了hwalsuklee大神的