Skip to content

daQuincy/InfoGAN_Tensorflow2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfoGAN_Tensorflow2.0

Quick Tensorflow 2.0 implementation of InfoGAN trained on MNIST. Did this mainly to try out Tensorflow 2.0~

Training

loss training_process

Varying categorical latent code

categorical

Varying 1st continuous latent code

con1

Varying 2nd continuous latent code

con2

Random Generation

random

References

  1. https://machinelearningmastery.com/how-to-develop-an-information-maximizing-generative-adversarial-network-infogan-in-keras/
  2. https://github.com/SeonbeomKim/TensorFlow-InfoGAN
  3. https://github.com/eriklindernoren/PyTorch-GAN/blob/master/implementations/infogan/infogan.py

Releases

No releases published

Packages

No packages published