badrmarani / ot-gan

A PyTorch implementation of OT-GAN paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OT-GAN

A PyTorch implementation of the OT-GAN paper. OT-GAN is a variant of generative models that uses Sinkhorn Divergence to minimize the distance between the generator and data distribution.

Installation

cd ot-gan
pip install -r requirements.txt

References

About

A PyTorch implementation of OT-GAN paper.


Languages

Language:Python 100.0%