Skip to content

Commit c978d17

Browse files
skim9facebook-github-bot
skim9
authored andcommitted
LRP tutorial added for Model Interpretation Tutorial (#1105)
Summary: Building on top of this pull request: #668 Pull Request resolved: #1105 Reviewed By: aobo-y Differential Revision: D42811693 Pulled By: skim9 fbshipit-source-id: 23b07caf6bc161fbac35f225070c4f74ba206743
1 parent 832443f commit c978d17

File tree

4 files changed

+584
-472
lines changed

4 files changed

+584
-472
lines changed

tutorials/Resnet_TorchVision_Interpret.ipynb

-466
This file was deleted.

tutorials/TorchVision_Interpret.ipynb

+578
Large diffs are not rendered by default.

website/pages/tutorials/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ class TutorialHome extends React.Component {
6868
We then interpret the output of an example with a series of overlays using Integrated Gradients and DeepLIFT.
6969
Find the tutorial <a href="CIFAR_TorchVision_Interpret">here</a>.
7070

71-
<h4>Interpreting vision with ResNet:</h4>
71+
<h4>Interpreting vision with Pretrained models:</h4>
7272
Like the CIFAR based tutorial above, this tutorial demonstrates how to use Captum for interpreting vision-focused models.
73-
This tutorial begins with a pretrained resnet18 model and demonstrates how to use Intergrated Gradients along with Noise Tunnel.
74-
The tutorial finishes with a demonstration of how to use GradientShap.
75-
Find the tutorial <a href="Resnet_TorchVision_Interpret">here</a>.
73+
This tutorial begins with a pretrained resnet18 and VGG16 model and demonstrates how to use Intergrated Gradients along with Noise Tunnel,
74+
GradientShap, Occlusion, and LRP.
75+
Find the tutorial <a href="TorchVision_Interpret">here</a>.
7676

7777
<h4>Feature ablation on images:</h4>
7878
This tutorial demonstrates feature ablation in Captum, applied on images as an example.

website/tutorials.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"title": "Intepreting vision with CIFAR"
1616
},
1717
{
18-
"id": "Resnet_TorchVision_Interpret",
19-
"title": "Interpreting vision with ResNet"
18+
"id": "TorchVision_Interpret",
19+
"title": "Interpreting vision with Pretrained Models"
2020
},
2121
{
2222
"id": "Resnet_TorchVision_Ablation",

0 commit comments

Comments
 (0)