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
Copy file name to clipboardExpand all lines: README.md
+4-15Lines changed: 4 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ _Don't hesitate to open a new issue if you encounter problems while using this m
20
20
21
21
-[Introduction](#introduction)
22
22
-[Installation](#installation)
23
-
-[Package requirements](#package-requirements)
24
23
-[Project structure](#project-structure)
25
24
-[Tutorials](#tutorials)
26
25
-[Citation](#citation)
@@ -33,25 +32,15 @@ The adoption of Deep Neural Networks (DNNs) in critical fields where predictions
33
32
34
33
## Installation
35
34
36
-
If you already have [PyTorch](https://pytorch.org/) installed on your machine,
37
-
the latest version of P-TAME can be obtained from [PyPI](https://pypi.org/project/ptame/) as follows:
35
+
The latest version of P-TAME can be obtained from [PyPI](https://pypi.org/project/ptame/) as follows:
38
36
39
37
```bash
40
38
pip install ptame
41
39
```
42
40
43
-
### Package requirements
44
-
45
-
The package requirements are as follows:
46
-
47
-
```text
48
-
python>=3.10.0
49
-
torch>=2.0.0
50
-
```
51
-
52
41
## Project structure
53
42
54
-
The directory structure of new project looks like this:
43
+
The directory structure of the project is explained below:
55
44
56
45
```tree
57
46
├── data <- Project data
@@ -88,11 +77,11 @@ The directory structure of new project looks like this:
88
77
89
78
## Tutorials
90
79
91
-
To learn how to reproduce the results in tables 1 and 2 of the [paper](https://arxiv.org/abs/2501.17813), and how to apply the method to classifiers besides the ones included in the experiments, refer to this page in the[documentation](<>).
80
+
To learn how to reproduce the results in tables 1 and 2 of the [paper](https://arxiv.org/abs/2501.17813), and how to apply the method to classifiers besides the ones included in the experiments, refer to the[documentation](https://idt-iti.github.io/P-TAME/).
92
81
93
82
## Citation
94
83
95
-
If you fine this XAI explainability method interesting or useful in your research, use the following Bibtex annotation to cite us:
84
+
If you find this XAI explainability method interesting or useful in your research, use the following Bibtex annotation to cite us:
0 commit comments