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
I am working on deep multi-input classification model (first input is an image, second input is a text).
Explaining text part while keeping image constant is easy, because in TextExplainer I am able to put any function. But now, I would like to explain image part with GradCam, keeping text constant. Is it possible? In eli5.show_prediction function I have to put keras model, which is multi-input. How to explain only image part in eli5?
Thanks in advance for any advice!
The text was updated successfully, but these errors were encountered:
I am working on deep multi-input classification model (first input is an image, second input is a text).
Explaining text part while keeping image constant is easy, because in
TextExplainer
I am able to put any function. But now, I would like to explain image part with GradCam, keeping text constant. Is it possible? Ineli5.show_prediction
function I have to put keras model, which is multi-input. How to explain only image part in eli5?Thanks in advance for any advice!
The text was updated successfully, but these errors were encountered: