The NVIDIA driver on your system is too old (found version 9020).解决方法

时间:2020-05-27 09:45:48   收藏:0   阅读:746

原本的环境是cuda9.0,pytorch 1.1.0版本的,在进行centerface训练模型的过程中,遇到以下报错:

AssertionError:
The NVIDIA driver on your system is too old (found version 9020).
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版本过新的问题,使用命令conda install pytorch=1.0.0 torchvision  安装1.0.0版的pytorch,

问题解决。

原文:https://www.cnblogs.com/xyzluck/p/12970331.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!