Skip to content

maitek/waae-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Wasserstein Adversarial Autoencoder Pytorch

This is a Pytorch implementation of an Adversarial Autoencoder (https://arxiv.org/abs/1511.05644) using Wasserstein loss (https://arxiv.org/abs/1701.07875) on the discriminator. The Wasserstein loss allows for more stable training than the Vanilla GAN loss proposed in the original paper.

The Encoder and Decoder uses an architecture similar to DCGAN (https://arxiv.org/abs/1511.06434)

Reconstructed images:

alt text

Generated images:

alt text

Special thanks to wiseodd for his educational generative model repository:

https://github.com/wiseodd/generative-models

About

Wasserstein Adversarial Autoencoder Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages