deel-ai / xplique

👋 Xplique is a Neural Networks Explainability Toolbox
https://deel-ai.github.io/xplique
Other
619 stars 50 forks source link

[BUG] - ndarray not hashable in AverageStability metric #123

Closed adubowski closed 10 months ago

adubowski commented 1 year ago

Select the modules to which the bug refers:

Describe the bug While running the Average Stability metric, I receive the unhashable type error regardless of whether I pass the images and labels as tensor or numpy array.

Screenshots image

Desktop (please complete the following information):

To Reproduce Run AverageStability metric with np array of images and labels array of the same length.

Expected behavior I expected to just receive a score just like with Deletion and Insertion metrics, which worked right away.

lucashervier commented 11 months ago

Hello, we have made some modifications. Can you try with the newest version and update me if it is still an issue?