glow
glow copied to clipboard
Loading of the model issue
Hi, I have a problem with the 'Loading of the model' part.
Here is the error I get when I load this part :
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