PyTorch安装踩坑记
1、安装超时
换清华源,pip install PyTorch版本 -i https://pypi.tuna.tsinghua.edu.cn/simple
2、The NVIDIA driver on your system is too old (found version 9010).
PyTorch版本与Cuda版本对不上,卸载当前PyTorch,尝试安装低版本PyTorch
1、安装超时
换清华源,pip install PyTorch版本 -i https://pypi.tuna.tsinghua.edu.cn/simple
2、The NVIDIA driver on your system is too old (found version 9010).
PyTorch版本与Cuda版本对不上,卸载当前PyTorch,尝试安装低版本PyTorch