keras-grad-cam icon indicating copy to clipboard operation
keras-grad-cam copied to clipboard

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

Open pjspillai opened this issue 5 years ago • 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

pjspillai avatar Sep 28 '19 00:09 pjspillai

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

JCCVW avatar Nov 09 '20 15:11 JCCVW