Skip to content

audeg/Sinkhorn-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two examples of learning with Sinkhorn divergences :

mke_tf.py : Tensor-flow implementation of learning a generative model for the MNIST dataset
-> code adapted from Jan Mentzen's implementation of a VAE (https://jmetzen.github.io/2015-11-27/vae.html)

sinkhorn_gan_images.py : pyTorch implementation of learning a generative model for the CIFAR dataset
(uses files sinkhorn.py, utils.py, mmd.py)
-> code adapted from MMD-GAN implementation (https://github.com/OctoberChang/MMD-GAN)

About

Learning generative models with Sinkhorn Loss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages