We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a915a2b commit f95716bCopy full SHA for f95716b
README.md
@@ -1,2 +1,17 @@
1
# path-mask-attribution
2
Master Thesis on Deep Learning interpretability with feature visualization and attribution methods
3
+
4
5
+Required Python packages:
6
7
+* matplotlib v2.1.2
8
+* numpy v1.14.2
9
+* pandas v0.22.0
10
+* scikit-image v0.13.1
11
+* scipy v1.0.1
12
+* seaborn v0.8.1
13
+* torch v0.4.0
14
+* torchvision v0.2.1
15
16
17
+data/ and models/ folder added as attachments in release v1.0. Uncompress both .zip files in the project folder directly.
0 commit comments