Adversarial_Autoencoder
Adversarial_Autoencoder copied to clipboard
autoencoder.py : ValueError: Variable e_dense_1/weights already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at
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 mean to set reuse=True in VarScope? Originally defined at
I am waiting you response
I got the same error in Jupyter. I restarted the kernel, resetting all the previous variables and it worked!
It seems your code is using the variables already exists. Try to reset variables.