/wae

ift6135 final project

Primary LanguagePythonApache License 2.0Apache-2.0

Wasserstein Auto-Encoders (WAE) and Variational Auto-Encoders (VAE) for Celeb A and MNIST Datasets

code built on top of this implementation and this one.

  • preprocess.py -- generates preprocessed data (from raw/, to data/).
  • wae.py -- trains WAE model.
  • inception.py -- InceptionV3 model used for Frechet Inception Distance measure (FID).
  • fid_score.py -- Methods for calculating FID score on pairs of images.

Pytorch replication of the results presented in Tolstikhin, Bousquet, Gelly, Schoelkopf (2017).

resources

** todo **

  • FID measure
  • Blur measure