deep-viz-keras icon indicating copy to clipboard operation
deep-viz-keras copied to clipboard

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

Open Eurus-Holmes opened this issue 5 years ago • 3 comments

In Guided backpropagation,

Error:

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

Eurus-Holmes avatar Jul 07 '19 20:07 Eurus-Holmes

Did you find a solution for this one? Got the same error

sirnyls avatar Feb 09 '20 07:02 sirnyls

same error ++

Endlessio avatar Jul 08 '20 09:07 Endlessio

CS is magic! done nothing, only reload and try to print model.output.name and model.input.name to see what happened, and all of a sudden, the program works. Don't know the reason, but just works!!!

Endlessio avatar Jul 09 '20 14:07 Endlessio