adversarial-autoencoders
adversarial-autoencoders copied to clipboard
Tensorflow implementation of Adversarial Autoencoders
Results
2
adversarial-autoencoders issues
Sort by
recently updated
recently updated
newest added
Hi, Thanks for your sharing! I met an error while running your code with the following command: ```bash $ python aae_mnist.py --train --ncode 2 --dist_type gaussian ``` It turns out...
Hello there, thank you for the great work! I was trying to reproduce the latent space distribution you show in Fig. 4A in the paper, and in section 2 in...