Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 580 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 580 Bytes

GAN Model Implemented with PyTorch

About this project

In this project, we implement some GAN models like WGAN and Sinkhorn GAN. Our aim is to compare Sinkhorn GAN with other models and try to apply it to conditional GAN.

Experiments

Right now we take experiments on MNIST and LSUN. The best results of SinkhornGAN is like:

Some useful links