解决“The NVIDIA driver on your system is too old”

问题描述:在进行PyTorch调用时报如下错误

AssertionError:
The NVIDIA driver on your system is too old (found version 9010).
Please update your GPU driver by downloading and installing a new
version from the URL: http://www.nvidia.com/Download/index.aspx
Alternatively, go to: https://pytorch.org to install
a PyTorch version that has been compiled with your version
of the CUDA driver.

原因分析:刚刚重装的系统,其显卡驱动是由Windows 10自身提供的,可能版本比较旧,需要安装最新的驱动。


解决:在NVIDIA官网上重新下载对应的显卡驱动并安装即可(注意:是驱动,并非CUDA)

你可能感兴趣的:(PyTorch,Python,Debug,深度学习,深度学习(Deep,learning),Python,PyTorch,Debug)