kvfrans / generative-adversial

image generation via GANs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ArghyaPal opened this issue · 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?

same error occured...

Did anyone solve this?

#3 should fix this problem

you should change the version of tensrflow, I have the same problem ,but i can't install the version 0.11.0 paarthneekhara/text-to-image#12