generative-adversial icon indicating copy to clipboard operation
generative-adversial copied to clipboard

ValueError: Variable d_bn1/d_bn1_2/moments/moments_1/mean/ExponentialMovingAverage/

Open ArghyaPal opened this issue 7 years ago • 5 comments

Hi, Thank you for sharing this piece of code.

I get the following error: ValueError: Variable d_bn1/d_bn1_2/moments/moments_1/mean/ExponentialMovingAverage/ does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=None in VarScope?

ArghyaPal avatar Sep 11 '17 13:09 ArghyaPal

same error occured...

hoonsyang avatar Sep 18 '17 05:09 hoonsyang

same

gafalcon avatar Oct 23 '17 15:10 gafalcon

Did anyone solve this?

Shakarim94 avatar Oct 27 '17 06:10 Shakarim94

#3 should fix this problem

achintyagopal avatar Nov 07 '17 22:11 achintyagopal

you should change the version of tensrflow, I have the same problem ,but i can't install the version 0.11.0 https://github.com/paarthneekhara/text-to-image/issues/12

ustcxxs avatar Feb 02 '18 01:02 ustcxxs