Skip to content

Commit c7e9e87

Browse files
committed
Add salient_regions notebook and doc
1 parent 2eea9b0 commit c7e9e87

File tree

2 files changed

+708
-1
lines changed

2 files changed

+708
-1
lines changed

notebook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ I'm releasing them here for reference only, and you are welcome to browse them,
2424
- [`get_data_stats.ipynb`](get_data_stats.ipynb): show stats on the e-VDS35 data set;
2525
- [`model_probing.ipynb`](model_probing.ipynb)
2626
- [`network_bisection.ipynb`](network_bisection.ipynb): mucking around with PyTorch model graph;
27-
- [`salient_regions.ipynb`](salient_regions.ipynb)
27+
- [`salient_regions.ipynb`](salient_regions.ipynb): implements and compute salient regions from [bojarski2017explaining](https://arxiv.org/abs/1704.07911);
2828
- [`stability_analysis.ipynb`](stability_analysis.ipynb)
2929
- [`verify_resnet.ipynb`](verify_resnet.ipynb): checks whether I'm capable to use PyTorch's ResNet18;
3030
- [`plot_conf.py`](plot_conf.py): `matplotlib` shared configuration.

0 commit comments

Comments
 (0)