Skip to content

preritj/progressive_growing_of_GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progressive_growing_of_GANs

Pure tensorflow implementation of progressive growing of GANs [https://arxiv.org/abs/1710.10196]

Includes :

  • Progressive growing of network
  • Use of minibatch standard deviation
  • Pixelwise feature normalization
  • Equalized learning rate
  • Drift loss

Tested on private dataset.

See training_walkthrough.ipynb on how to train on your own dataset.