yenchenlin / pix2pix-tensorflow

TensorFlow implementation of "Image-to-Image Translation Using Conditional Adversarial Networks".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Transaction to tensorflow1.0

Fuckmi opened this issue · comments

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?

Ok, this problem is solved

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,

@Fuckmi, how did you solve the issue? I also get the same error (tensorflow 1.0.0). Thanks!

sorry for my late reply.
Just follow the changes in
https://github.com/yenchenlin/pix2pix-tensorflow/pull/14/files

good luck