You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
output, grads_val = gradient_function([image])
I get this error:
I am running this on a different custom model
The text was updated successfully, but these errors were encountered: