peteykun / Simple-GAN

Simple Generative Adversarial Network on TensorFlow
7 stars 13 forks source link

Error while running on Tensorflow 1.2.1 #1

Open raghavchalapathy opened 7 years ago

raghavchalapathy commented 7 years ago

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

How to resolve this error any insights would be of great help

peteykun commented 7 years ago

This requires other fixes as well, related to https://github.com/tensorflow/tensorflow/issues/2740. This was originally written for either 0.9 or 1.0. I'll take a look.