Skip to content

timxzz/GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GANs

Different GANs for final year project.

MNIST for experiments in generating handwritten digits. Face for experiments in generating faces.

Finished implementations:

DCGAN, Conditional GAN, Wasserstein GAN, BEGAN, StarGAN

The final algorithm used for facial expression generation is in StarGAN_v5. Demo can be found in http://timx.me/Facial_Expression_Modifier

Samples

Samples from StarGAN

Environment

TensorFlow: 1.3.0 Python: 3.5.2