Getting this error on Google colab. Both torch & torchvision seem to be preinstalled. `!pip install torchvision` returns ``` Requirement already satisfied: torchvision Requirement already satisfied: torch ......... ``` ``` import torch from models import InferSent ```
Getting this error on Google colab.
Both torch & torchvision seem to be preinstalled.
!pip install torchvisionreturns