一些采坑的教训

2022/1/19 6:07:03

本文主要是介绍一些采坑的教训,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

当pytorch运行报错时,就来看看我吧!

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

原因是版本不匹配
pytorch版本与cuda的匹配关系:https://pytorch.org/get-started/previous-versions/

cuda版本与nvidia driver的匹配关系:https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html



这篇关于一些采坑的教训的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程