tf.variable not working properly
beicodewarrior opened this issue · 0 comments
beicodewarrior commented
Hi,
When I visited your google driver as you mentioned, there were 2 ckpt files. The ckpt.data file was not worked because of the wrong file. The ckpt.index file is loaded successfully. When I run demo.py file, I got this issue.
"tensorflow.python.framework.errors_impl.NotFoundError: generator/gconv1_ds/kernel not found in checkpoint file"
It seems that the model doesn't have such named layers, or tensorflow can't find such layers in the model.
Please help me how to resolve this issue.
Thank you.