Skip to content

Commit fd442ec

Browse files
authored
Merge pull request #195 from appliedAI-Initiative/cnn_influence_example
Cnn influence example
2 parents 51273e2 + 9f704d0 commit fd442ec

File tree

18 files changed

+1793
-170
lines changed

18 files changed

+1793
-170
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@ pylint.html
138138

139139
# Saved data
140140
runs/
141+
data/models/

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- **Breaking change:** Introduces a class ValuationResult to gather and inspect
1212
results from all valuation algorithms
1313
[PR #214](https://github.com/appliedAI-Initiative/pyDVL/pull/214)
14+
- Fixes bug in Influence calculation with multi-dimensional input and adds
15+
new example notebook
16+
[PR #195](https://github.com/appliedAI-Initiative/pyDVL/pull/195)
1417

1518
## 0.3.0 - 💥 Breaking changes
1619

notebooks/influence_imagenet.ipynb

Lines changed: 1024 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/influence_synthetic.ipynb

Lines changed: 77 additions & 35 deletions
Large diffs are not rendered by default.

notebooks/influence_wine.ipynb

Lines changed: 111 additions & 40 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)