It seems that some issues with torch that is used in colab
Forum Try to install specific version of torch in your colab before run fastAI python code
!pip install "torch==1.4" "torchvision==0.5.0"
It seems that some issues with torch that is used in colab
Forum Try to install specific version of torch in your colab before run fastAI python code
!pip install "torch==1.4" "torchvision==0.5.0"