vuhung
(Vu Hung Nguyen)
1
Hi everyone,
How to get the example below works on Google Colab?
(IMDB_TorchText_Interpret.ipynb)
!pip install torch
!pip install torchtext
!pip install captum
didn’t work.
I am trying to get it worked on Colab.
If I couldn’t, running locally will be the 2nd option.
ptrblck
2
What’s the error you are seeing?
vuhung
(Vu Hung Nguyen)
3
Thanks for the rep.
You can see the errors by loading the notebook into Colab.
The current code doesn’t work with Colab, of course by looking at pip install
for required libraries.