alphaGAN implementation in TensorFlow
original paper:Variational Approaches for Auto-Encoding Generative Adversarial Networks (https://arxiv.org/abs/1706.04987)
reference codes: https://github.com/Naresh1318/Adversarial_Autoencoder/, https://github.com/victor-shepardson/alpha-GAN
use python main.py
to run the model with MNIST dataset, or import your own dataset, or build new network structure
currently require tensorlayer