Skip to content
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

InputInvariance for CNN #303

Open
h-moghaddam opened this issue Oct 17, 2023 · 0 comments
Open

InputInvariance for CNN #303

h-moghaddam opened this issue Oct 17, 2023 · 0 comments

Comments

@h-moghaddam
Copy link

I'm trying to evaluate different explainability methods using the InputInvariance metric. I have faced some issues:
1- If there is a sequential container in pytorch implementation the first layer needs to be specified more precisely. something like : module = modules[1][0] at here.
2- I can't understand why torch.unique() has been used here and here.
3- I expect the model's output to remain the same when you pass the shifted input from the modified model.

Minimum acceptance criteria

  • The output of the original input passed through the original network is the same as the shifted input passed through the modified network
    @annahedstroem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant