Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: Variable d_wconv1/Adam_1/.... Tensorflow 1.2 needs tf.variable_scope()? #5

Open
nealmcb opened this issue Jun 25, 2017 · 0 comments

Comments

@nealmcb
Copy link

nealmcb commented Jun 25, 2017

On line:

trainerD = tf.train.AdamOptimizer().minimize(d_loss, var_list=d_vars)

I get

ValueError: Variable d_wconv1/Adam_1/ does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=None in VarScope?

This is using Tensorflow 1.2.0, on a Databricks Community Edition notebook.

This issue for another GAN implementation looks relevant, and some code updates for it are available: carpedm20/DCGAN-tensorflow#66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant