报错

[Hint: ‘cudaErrorInsufficientDriver’. This indicates that the installed NVIDIA CUDA driver is older than the CUDA runtime library. This is not a supported configuration.Users should install an updated NVIDIA display driver to allow the application to run.] (at /paddle/paddle/fluid/platform/gpu_info.cc:108)

版本安装解决方案

https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/linux-pip.html

查看系统版本

nvidia-smi

在这里插入图片描述

找到对应的安装指令

注意用python3或者pip3,要不然安装的是python2,提示找不到对应的包
2.2.1 CUDA10.1的PaddlePaddle


python3 -m pip install paddlepaddle-gpu==0.0.0.post101 -f https://www.paddlepaddle.org.cn/whl/linux/gpu/develop.html

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐