We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Fixed issue in max_sensitivity.py
85bb746
Issue addressed: #288.
Fixed in PR #289.
Sorry, something went wrong.
No branches or pull requests
Description
In max_sensitivity.py line 386, the denominator use a=x_batch[instance_id]. but It seems that it should be a_batch[instance_id], as the original code https://github.com/chihkuanyeh/saliency_evaluation/blob/master/infid_sen_utils.py, line 308 use normlization of explanation.
Steps to reproduce the behavior
Minimum acceptance criteria
The text was updated successfully, but these errors were encountered: