experiencor / deep-viz-keras

Implementations of some popular Saliency Maps in Keras
https://experiencor.github.io/cnn_visual.html
164 stars 31 forks source link

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." #10

Open Eurus-Holmes opened 5 years ago

Eurus-Holmes commented 5 years ago

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."
sirnyls commented 4 years ago

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

Endlessio commented 4 years ago

same error ++

Endlessio commented 4 years ago

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!!!