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
Describe the bug
A clear and concise description of what the bug is.
I am unable to understand how to use this program to run my CNN model through it, in order to know which pixels are the essential ones.
To Reproduce
Steps to reproduce the behavior:
Follow your "Getting Started"
Open "notebooks/explain-multiclass-classification-local.ipynb"
Look at the image;
Try to understand how one is supposed to use the Image Kernel mentioned in the image.
Expected behavior
I expect to have a clear and concise way of using your tool in order to obtain some explanation as to what my CNN model is looking at when making predictions.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
Browser: Chrome
Version
Additional context
I feel like I am just missing the part of your README-files where you explain how to use the Image Explainer mentioned in the image above.
I can also note that I have a .pb (TensorFlow) model, and a .onnx model.
The text was updated successfully, but these errors were encountered:
@SelComputas currently there is an image explainer in the contrib package azureml-contrib-explain-model package but I wouldn't recommend it, as there is no visualization dashboard for it yet. We have an https://github.com/interpretml/interpret-text repository for text interpretability and logically we would like to add a repository for images eventually, but unfortunately we don't have one yet. Sorry, we should update that image in the notebooks as it isn't accurate anymore, we open-sourced parts of a previous package as this package which has been made an extension to the interpret package.
Describe the bug
A clear and concise description of what the bug is.
I am unable to understand how to use this program to run my CNN model through it, in order to know which pixels are the essential ones.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to have a clear and concise way of using your tool in order to obtain some explanation as to what my CNN model is looking at when making predictions.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I feel like I am just missing the part of your README-files where you explain how to use the Image Explainer mentioned in the image above.
I can also note that I have a .pb (TensorFlow) model, and a .onnx model.
The text was updated successfully, but these errors were encountered: