Implementation of "Sliced-Wasserstein Autoencoder: An Embarrassingly Simple Generative Model" using PyTorch.
This repo requires Python 3.x
.
To quickly get started training with the Sliced Wasserstein Autoencoder and run the MNIST example install the swae
python package and example dependencies.
- Pull down this repo and run
pip install swae-pytorch/
- Change directory into the base of the repo and run
pip install -r requirements.txt
Based on the original Keras implementation by skolouri.