-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this be problem Specific? #6
Comments
It can be tuned to your specific problem. |
InvalidArgumentError Traceback (most recent call last) /home/pardha/anaconda3/envs/for_tensorflow/lib/python3.6/site-packages/tensorflow/python/client/session.py in _run_fn(session, feed_dict, fetch_list, target_list, options, run_metadata) /home/pardha/anaconda3/envs/for_tensorflow/lib/python3.6/contextlib.py in exit(self, type, value, traceback) /home/pardha/anaconda3/envs/for_tensorflow/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py in raise_exception_on_not_ok_status() InvalidArgumentError: You must feed a value for placeholder tensor 'batch_normalization_1/keras_learning_phase' with dtype bool During handling of the above exception, another exception occurred: InvalidArgumentError Traceback (most recent call last) in grad_cam(input_model, image, category_index, layer_name) /home/pardha/anaconda3/envs/for_tensorflow/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py in call(self, inputs) /home/pardha/anaconda3/envs/for_tensorflow/lib/python3.6/site-packages/tensorflow/python/client/session.py in run(self, fetches, feed_dict, options, run_metadata) /home/pardha/anaconda3/envs/for_tensorflow/lib/python3.6/site-packages/tensorflow/python/client/session.py in _run(self, handle, fetches, feed_dict, options, run_metadata) /home/pardha/anaconda3/envs/for_tensorflow/lib/python3.6/site-packages/tensorflow/python/client/session.py in _do_run(self, handle, target_list, fetch_list, feed_dict, options, run_metadata) /home/pardha/anaconda3/envs/for_tensorflow/lib/python3.6/site-packages/tensorflow/python/client/session.py in _do_call(self, fn, *args) InvalidArgumentError: You must feed a value for placeholder tensor 'batch_normalization_1/keras_learning_phase' with dtype bool |
Does this implementation only work with ImageNet like images or can it be tuned to your specific problem?
The text was updated successfully, but these errors were encountered: