我是PyTorch新手,错误地安装了CUDA10.2版的PyTorch。实际上,我的系统中没有CUDA。因此,当我编译我的程序时,我得到以下错误:
RuntimeError: Detected that PyTorch and torch_cluster were compiled with differentCUDA vers
RuntimeError: Detected that PyTorch and torchvision were compiled with different CUDA versions.PyTorch has CUDA Version=10.2 and torchvision has CUDA Version=10.1.Please reinstall the torchvision that matches your PyTorch install.我</