InfoGAN_Tensorflow2.0 Quick Tensorflow 2.0 implementation of InfoGAN trained on MNIST. Did this mainly to try out Tensorflow 2.0~ Training Varying categorical latent code Varying 1st continuous latent code Varying 2nd continuous latent code Random Generation References https://machinelearningmastery.com/how-to-develop-an-information-maximizing-generative-adversarial-network-infogan-in-keras/ https://github.com/SeonbeomKim/TensorFlow-InfoGAN https://github.com/eriklindernoren/PyTorch-GAN/blob/master/implementations/infogan/infogan.py