Skip to content

yenhao/hand_drawing_cDCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hand_drawing_cDCGAN

Objective

Condition GAN on Google's hand drawing dataset.


Model

Training via conditional DCGAN architecture, implemented by pytorch.


Experiments

View the training process by the nbviewer.

Generated Images


The generated images for each class label are shown below:

alt text

TODO

  • Save/load models
  • Save generated images
  • Convert to .py file