安装飞桨Paddlepaddle出现
ExternalError:CUDA error(35), CUDA driver version is insufficient for CUDA runtime version.
[Advise: 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 (D:\1.8.3\paddle\paddle\fluid\platform\gpu_info.cc:65)
从这里看出:
This indicates that the installed NVIDIA CUDA driver is older than the CUDA runtime library.
明显告诉咱们显卡驱动需要更新了
参考该链接:https://blog.youkuaiyun.com/HaoZiHuang/article/details/107886195
安装显对应的驱动即可