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
This is more of a question I checked
if I want to add LayerIntegratedGradients from captum or any other explanation method (for example pytorch forecasting library has built in attribution methods)
It seems to be that I should edit [quantus/helpers/constants.py] [quantus/functions/explanation_func.py] as long as I return a np.ndarray of same shape as inputs. Is there anything else or anywhere else I should also consider when adding these methods ?
The text was updated successfully, but these errors were encountered:
This is more of a question I checked
if I want to add LayerIntegratedGradients from captum or any other explanation method (for example pytorch forecasting library has built in attribution methods)
It seems to be that I should edit [quantus/helpers/constants.py] [quantus/functions/explanation_func.py] as long as I return a np.ndarray of same shape as inputs. Is there anything else or anywhere else I should also consider when adding these methods ?
The text was updated successfully, but these errors were encountered: