Skip to content

Tensorflow implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"

Notifications You must be signed in to change notification settings

giering/DiscoGAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscoGAN

Tensorflow implementation of Learning to Discover Cross-Domain Relations with Generative Adversarial Networks.

Prerequisites

  • Python 3.5
  • Tensorflow 1.0
  • Others

5-GMM to 2-GMM

The demo is tested a toy dataset, with domain X as 5-component GMM, and domain Z as 2-component GMM. It can be easily extended to other GMM settings, and real dataset.

To train:

$ python DiscoGAN_main.py

The reuslts:

Links

About

Tensorflow implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%