Quantus icon indicating copy to clipboard operation
Quantus copied to clipboard

Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations

Results 82 Quantus issues
Sort by recently updated
recently updated
newest added

### Description - Here https://github.com/understandable-machine-intelligence-lab/Quantus/blob/main/quantus/helpers/model/tf_model.py#L272 for Keras model we shuffle each layer weights. - Here https://github.com/understandable-machine-intelligence-lab/Quantus/blob/main/quantus/helpers/model/pytorch_model.py#L213 for torch model we reset module parameters (to default ones.) ### Minimum acceptance criteria...

bug
refactoring

A error just popped up which is required for torch models when I want to evaluate XAI methods: ---------------------------------------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 6 7...

Hi! I want to plot the results of some Quantus metrics with different types of graphs for easy comparison when researching, how can I implement a custom plot function which...

### Description of the problem - Quantus provides examples of simple models to get started with, e.g. https://github.com/understandable-machine-intelligence-lab/Quantus/blob/main/quantus/helpers/model/models.py#L128 - It is however up to user to download the weights from...

### Description The .whl file uploaded to GitHub release, and the one on PyPI have different sha256 sums. Probably because, they were built on different hosts (mb event with different...

### Description of the problem - Write a short guide on how to use Quantus for different datasets (readthedocs.org), under `Getting Started` - https://quantus.readthedocs.io/en/latest/ ### Minimum acceptance criteria - Specify...

### Description - Huggingface package ### Steps to reproduce the behavior - If installing quantus with conda Python 3.8, this package issue appear: ![image](https://github.com/understandable-machine-intelligence-lab/Quantus/assets/29717021/6ed49e57-c208-43ac-acf0-a093eb1374ac) ### Minimum acceptance criteria - Specify...

### Description of the problem & solution Currently, the docstring of each metric mostly explains what the metric computes, as well as the corresponding reference. It may be helpful in...

documentation
good first issue
help wanted

### Description According to the paper (https://arxiv.org/pdf/1910.09840.pdf) attribution localisation should be computed only from the positive values in the attribution map. The implementation in quantus considers negative values also in...

### Description of the problem - attribution preprocessing before metrics should be available as separate modules which could be pipelined, like torchvision.transform or sklearn Pipeline. - At the moment, attribution...

enhancement
help wanted
refactoring