使用pip install paddlepaddle-gpu==2.0.0a0 -i https://mirror.baidu.com/pypi/simple 安装paddle 2.0
显示以下错误
2020-05-20 18:40:22,572-WARNING: You are using GPU version Paddle Fluid, But Your CUDA Device is not set properly
Original Error is
--------------------------------------------
C++ Call Stacks (More useful to developers):
--------------------------------------------
0 std::string paddle::platform::GetTraceBackString(char const*&&, char const*, int)
1 paddle::platform::EnforceNotMet::EnforceNotMet(std::__exception_ptr::exception_ptr, char const*, int)
2 paddle::platform::GetCUDADeviceCount()
----------------------
Error Message Summary:
----------------------
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 (/paddle/paddle/fluid/platform/gpu_info.cc:65)
Running Verify Fluid Program ...
0
希望能够解决一下
可以检查下显卡驱动和CUDA是否安装正确。
不过,话说,2.0 都出啦?( ̄□ ̄;)
paddle不是近两天才出道1.8.0版本吗,怎么开始下2.0了?
哎,去paddle的issues里提,说还是要等2.0正式版发表才支持,暂时只能先退回1.8了
还是用旧版稳一点哈哈