Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 426 Bytes

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