Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading of the model issue #111

Open
EAdnds opened this issue Apr 11, 2022 · 0 comments
Open

Loading of the model issue #111

EAdnds opened this issue Apr 11, 2022 · 0 comments

Comments

@EAdnds
Copy link

EAdnds commented Apr 11, 2022

Hi, I have a problem with the 'Loading of the model' part.

Here is the error I get when I load this part :


in ()
96 # Encoder
97 print("inputs['enc_x']",inputs['enc_x'])
---> 98 enc_x = get(inputs['enc_x'])
99 enc_eps = [get(outputs['enc_eps_' + str(i)]) for i in range(n_eps)]
100 if not optimized:

3 frames
/usr/local/lib/python3.7/dist-packages/tensorflow/python/framework/ops.py in _as_graph_element_locked(self, obj, allow_tensor, allow_operation)
4014 raise KeyError("The name %s refers to a Tensor which does not "
4015 "exist. The operation, %s, does not exist in the "
-> 4016 "graph." % (repr(name), repr(op_name)))
4017 try:
4018 return op.outputs[out_n]

KeyError: "The name 'import/input/image:0' refers to a Tensor which does not exist. The operation, 'import/input/image', does not exist in the graph.


Do you have an idea to solve this problem ??

Thanks
Capture d’écran 2022-04-11 à 16 57 01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant