forked from pytorch/captum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorials.json
43 lines (43 loc) · 1.1 KB
/
tutorials.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"Using Captum": [
{
"id": "Titanic_Basic_Interpret",
"title": "Getting started with Captum"
},{
"id": "IMDB_TorchText_Interpret",
"title": "Interpreting text models"
},
{
"id": "CIFAR_TorchVision_Interpret",
"title": "Intepreting vision with CIFAR"
},
{
"id": "Resnet_TorchVision_Interpret",
"title": "Interpreting vision with ResNet"
},
{
"id": "Resnet_TorchVision_Ablation",
"title": "Feature ablation on images with ResNet"
},
{
"id": "Multimodal_VQA_Interpret",
"title": "Interpreting multimodal models"
},
{
"id": "Bert_SQUAD_Interpret",
"title": "Interpreting question answering with BERT"
},
{
"id": "House_Prices_Regression_Interpret",
"title": "Interpreting a regression model of Boston house prices"
},
{
"id": "CIFAR_TorchVision_Captum_Insights",
"title": "Getting started with Captum Insights"
},
{
"id": "Multimodal_VQA_Captum_Insights",
"title": "Using Captum Insights with multimodal models (VQA)"
}
]
}