This is the implementation of Wasserstein Auto-Encoders paper in PyTorch. simple and clean WAE
I rewrite the model in DC-GAN for the encoder/decoder/discriminator instead of simple MLP
- python 3
- PyTorch >= 0.4
- torchvision
- numpy
- tqdm
- To train a WAE-GAN:
python wae_gan.py
- To train a WAE-MMD:
python wae_mmd.py
WAE-MMD
WAE-GAN