运行python程序出现如下错误提示

RuntimeError: The NVIDIA driver on your system is too old (found version 10010). 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.

 

意思好像是我的Pytorch版本和CUDA版本不符合,尝试解决这个问题

首先查看下自己的CUDA版本和pytorch版本

2020-11-24The NVIDIA driver on your system is too old (found version 10010). Please update your GPU

2020-11-24The NVIDIA driver on your system is too old (found version 10010). Please update your GPU

好了,pytorch版本为1.7.0;CUDA版本为10.1

 

2020-11-24The NVIDIA driver on your system is too old (found version 10010). Please update your GPU

pytorch官网重新选择安装版本获取安装命令,重新安装pytorch,切换路径后应该是安装成功了

2020-11-24The NVIDIA driver on your system is too old (found version 10010). Please update your GPU

测试程序

之前的报错接触了,又有新问题了,继续解决问题吧。。。。。

2020-11-24The NVIDIA driver on your system is too old (found version 10010). Please update your GPU

 

相关文章:

  • 2022-12-23
  • 2021-04-19
  • 2021-06-17
  • 2021-11-10
  • 2022-12-23
  • 2021-06-06
  • 2022-03-08
  • 2021-09-19
猜你喜欢
  • 2021-08-31
  • 2022-12-23
  • 2021-06-24
  • 2021-03-31
  • 2021-05-06
  • 2021-09-11
  • 2022-12-23
相关资源
相似解决方案