Skip to content

rahhul/GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description
Notes and experiments on GANs.

GANs

Tensorflow implementation of DCGANs [Generative Adversarial Networks]. Models trained on GCP with 1 x NVIDIA Tesla T4.

Cifar 10 DCGAN images after 60 epochs

CIFAR-10 and CelebA DCGAN generated images. Approx. 60 epochs.

CelebA DCGAN images after 60 epochs

DCGAN on CelebA dataset

# TODO: Merge with Master

Experiments:

  • Label Clipping/Label Smoothing
  • BatchNorm layers in Generator model
  • Change plotting and integrate Comet ML
  • Streamlit.io

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

To Do:

  • MTCNN implementation for "face extraction"
  • Create np.savez_compressed
  • Tf-Gan model abstraction
  • Latent Space SLERP interpolation

DCGAN on Cifar10

kernel initializer = glorot_normal

About

GAN implementations in Tensorflow [Keras] 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages