Adversarial_Autoencoder
Adversarial_Autoencoder copied to clipboard
A wizard's guide to Adversarial Autoencoders
Thank you for your code! Sorry, I don't know much about TF. When I tried the unsupervised experiment, I tried to improve the dimension of latent representation(like, 10, 128), but...
The returned datetime was not supported by Windows. I replaced the line with `folder_name = "\\{0}_{1}_{2}_{3}_{4}_{5}_autoencoder".format(int(time.time()), z_dim, learning_rate, batch_size, n_epochs, beta1)` as well as just changing the import from datetime...
Hi Naresh I am using Window 10, Tensorflow 1.8, Anaconda When I have run autoencoder.py file than I am getting the error ValueError: Variable e_dense_1/weights already exists, disallowed. Did you...
Thanks for the great tutorial :-) How can I save the encoder model? I know how that can be done in Keras, but not in TF. Basically I would like...
Hi Naresh, Really appreciate you taking the time to make the AAE tutorial. It is a great read! I have a question regarding the implementation of **generator_optimizer** in the code....
Hi Naresh1318, Thank you very much for the code. I ran your implementation and was able to get the reported results in README.md. However my question is, have you been...