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
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__
The text was updated successfully, but these errors were encountered:
A few remarks to the PyTorch IBA API:
IBA.heatmap
rename toIBA.analyze
. Add flag to switch betweensaliency_map
(in bits, channels summed, scaled to input image) orcapacity
(in bits, not summed, not scaled)IBA.supress_information
rename toIBA.restrict_flow
IBA.__init__
addestimator=None
parameterIBA.__init__
addfeature_mean_std=None
parameter which takes atuple(mean, std)
IBA._init
rename toIBA._build
: make clear that it is different to__init__
The text was updated successfully, but these errors were encountered: