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

Some changes for the PyTorch IBA API #9

Open
5 tasks done
berleon opened this issue Mar 4, 2020 · 0 comments
Open
5 tasks done

Some changes for the PyTorch IBA API #9

berleon opened this issue Mar 4, 2020 · 0 comments
Assignees

Comments

@berleon
Copy link
Member

berleon commented Mar 4, 2020

A few remarks to the PyTorch IBA API:

  • IBA.heatmap rename to IBA.analyze. Add flag to switch between saliency_map (in bits, channels summed, scaled to input image) or capacity (in bits, not summed, not scaled)
  • IBA.supress_information rename to IBA.restrict_flow
  • IBA.__init__ add estimator=None parameter
  • IBA.__init__ add feature_mean_std=None parameter which takes a tuple(mean, std)
  • IBA._init rename to IBA._build: make clear that it is different to __init__
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

2 participants