Skip to content

Commit d502e05

Browse files
bilalsalfacebook-github-bot
authored andcommitted
Update IMDB_TorchText_Interpret.ipynb (#764)
Summary: Fix #763 Pull Request resolved: #764 Reviewed By: vivekmig Differential Revision: D30961719 Pulled By: bilalsal fbshipit-source-id: a1840dc092486eed6ce711ebb307fe78c21d6999
1 parent 1f82d70 commit d502e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/IMDB_TorchText_Interpret.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"source": [
149149
"Loads pretrained model and sets the model to eval mode.\n",
150150
"\n",
151-
"The model can be downloaded here: https://github.com/pytorch/captum/blob/master/tutorials/models/imdb-model-cnn.pt"
151+
"The model can be downloaded here: https://github.com/pytorch/captum/blob/master/tutorials/models/imdb-model-cnn-large.pt"
152152
]
153153
},
154154
{
@@ -363,7 +363,7 @@
363363
" Label.vocab.itos[pred_ind],\n",
364364
" Label.vocab.itos[label],\n",
365365
" Label.vocab.itos[1],\n",
366-
" attributions.sum(), \n",
366+
" attributions.sum(),\n",
367367
" text,\n",
368368
" delta))"
369369
]

0 commit comments

Comments
 (0)