deep-viz-keras
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."
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."
Did you find a solution for this one? Got the same error
same error ++
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!!!