RuntimeError: Detected that PyTorch and torchvision were compiled with different CUDA versions
I installed pytorch and torchvision before, but I'm getting this issue, when I want tor run pytorch project.
RuntimeError: Detected that PyTorch and torchvision were compiled with different CUDA versions. PyTorch has CUDA Version=9.0 and torchvision has CUDA Version=10.0. Please reinstall the torchvision that matches your PyTorch install.
I'm using
Python 3.5
Cuda 10.1
Pytorch 1.1.*
It says I need to update my torchvision, but I can't, cause my CUDA version is already 10.1. How to solve this?