We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f82d70 commit d502e05Copy full SHA for d502e05
tutorials/IMDB_TorchText_Interpret.ipynb
@@ -148,7 +148,7 @@
148
"source": [
149
"Loads pretrained model and sets the model to eval mode.\n",
150
"\n",
151
- "The model can be downloaded here: https://github.com/pytorch/captum/blob/master/tutorials/models/imdb-model-cnn.pt"
+ "The model can be downloaded here: https://github.com/pytorch/captum/blob/master/tutorials/models/imdb-model-cnn-large.pt"
152
]
153
},
154
{
@@ -363,7 +363,7 @@
363
" Label.vocab.itos[pred_ind],\n",
364
" Label.vocab.itos[label],\n",
365
" Label.vocab.itos[1],\n",
366
- " attributions.sum(), \n",
+ " attributions.sum(),\n",
367
" text,\n",
368
" delta))"
369
0 commit comments