Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Added link to the PyTorch implementation of the algorithm.
  • Loading branch information
skolouri committed Jun 6, 2018
1 parent 14325f3 commit d82e84a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,7 +1,8 @@
# SlicedWassersteinAE

This repository contains the implementation of our paper: ["Sliced-Wasserstein Autoencoder: An Embarrassingly Simple Generative Model"](https://arxiv.org/pdf/1804.01947.pdf). The proposed method ameliorates the need for adversarial networks in training generative models, and it provides a stable optimization while having a very simple implementation.
This repository contains the implementation of our paper: ["Sliced-Wasserstein Autoencoder: An Embarrassingly Simple Generative Model"](https://arxiv.org/pdf/1804.01947.pdf) using Keras and Tensorflow. The proposed method ameliorates the need for adversarial networks in training generative models, and it provides a stable optimization while having a very simple implementation.

A PyTorch implementation of the SWAE algorithm was kindly provided by [Emmanuel Fuentes](https://github.com/eifuentes/swae-pytorch).

### SWAE_MNIST_uniform.ipynb

Expand Down

0 comments on commit d82e84a

Please sign in to comment.