jacobgil/keras-grad-cam

You must feed a value for placeholder tensor 'input_1_1' with dtype float and shape [?,299,299,3]

Opened this issue · 1 comments

output, grads_val = gradient_function([image])

I get this error:

c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'input_1_1' with dtype float and shape [?,299,299,3]
   [[{{node input_1_1}}]]

I am running this on a different custom model

JCCVW commented

Hello, has this problem been solved? I have the same problem