Open
Description
When running on ImageNet, I got this error.
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?
After searching online for a while, I found that this issue is introduced by using TensorFlow 0.12.
While using tf.variable_scope()
solve the issue on DCGAN, I found it difficult to apply the same techniques on improved-gan.
If anyone faced the same issue, can you please share with me how you solve it?
Metadata
Metadata
Assignees
Labels
No labels