目录
解决问题
File "F:\File_Anaconda\project_py37\envs\lib\site-packages\torch\cuda\__init__.py", line 91, in _check_driver
of the CUDA driver.""".format(str(torch._C._cuda_getDriverVersion())))
AssertionError:
The NVIDIA driver on your system is too old (found version 8000).
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.
解决思路
断言错误:
您系统上的NVIDIA驱动程序太旧了(找到的版本是8000)。
请从URL: http://www.nvidia.com/Download/index.aspx下载并安装新版本的GPU驱动程序
或者,去:https://pytorch.org安装一个PyTorch版本,它已经编译了你的CUDA驱动程序版本。
解决方法
相关文章:Anaconda:成功解决利用conda下载pytorch和torchvision时速度超慢的问题