Problem with Transaction to tensorflow1.0
Fuckmi opened this issue · 4 comments
Fuckmi commented
After upgrading my tensorflow version to 1.0, this code will have Error even if I have transformed this code to 1.0 version.
The error is
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?
Fuckmi commented
Ok, this problem is solved
srsani commented
Can you please tell me how was it solved? I have the same issue on tensorflow 1.0.1 and CUDA 8.0 and and cudnn 5.1.
Thanks,
Eereenah commented
@Fuckmi, how did you solve the issue? I also get the same error (tensorflow 1.0.0). Thanks!
Fuckmi commented
sorry for my late reply.
Just follow the changes in
https://github.com/yenchenlin/pix2pix-tensorflow/pull/14/files
good luck