eriklindernoren / Keras-GAN

Keras implementations of Generative Adversarial Networks.
MIT License
9.18k stars 3.14k forks source link

FailedPreconditionError on DCGAN #237

Open Narleo5 opened 4 years ago

Narleo5 commented 4 years ago

Hello, When I run your code of dcgan on jupyter notebook, I catch the following issue :

FailedPreconditionError: Error while reading resource variable _AnonymousVar33 from Container: localhost. This could mean that the variable was uninitialized. Not found: Resource localhost/_AnonymousVar33/class tensorflow::Var does not exist. [[node mul_13/ReadVariableOp (defined at C:\Users\leona.conda\envs\tensorflow\lib\site-packages\keras\backend\tensorflow_backend.py:3009) ]] [Op:__inference_keras_scratch_graph_1815]

Function call stack: keras_scratch_graph , I didn't find anything on stackoverflow, do you know how to solve this problem please ?

Thank you Léonard

salilsaxena commented 3 years ago
naomity commented 3 years ago

@Narleo5 hi have you figured it out?