>>> fluid.install_check.run_check()
Running Verify Fluid Program ...
E:\python\lib\site-packages\paddle\fluid\executor.py:774: UserWarning: The following exception is not an EOF exception.
"The following exception is not an EOF exception.")
Traceback (most recent call last):
File "", line 1, in
File "E:\python\lib\site-packages\paddle\fluid\install_check.py", line 123, in run_check
test_simple_exe()
File "E:\python\lib\site-packages\paddle\fluid\install_check.py", line 119, in test_simple_exe
exe0.run(startup_prog)
File "E:\python\lib\site-packages\paddle\fluid\executor.py", line 775, in run
six.reraise(*sys.exc_info())
File "E:\python\lib\site-packages\six.py", line 693, in reraise
raise value
File "E:\python\lib\site-packages\paddle\fluid\executor.py", line 770, in run
use_program_cache=use_program_cache)
File "E:\python\lib\site-packages\paddle\fluid\executor.py", line 817, in _run_impl
use_program_cache=use_program_cache)
File "E:\python\lib\site-packages\paddle\fluid\executor.py", line 894, in _run_program
fetch_var_name)
paddle.fluid.core_noavx.EnforceNotMet:
--------------------------------------------
C++ Call Stacks (More useful to developers):
--------------------------------------------
Windows not support stack backtrace yet.
----------------------
Error Message Summary:
----------------------
PaddleCheckError: cudaGetDeviceProperties failed in paddle::platform::GetCUDAComputeCapability, error code : 30, Please see detail in https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html#group__CUDART__TYPES_1g3f51e3575c2178246db0a94a430e0038: unknown error at [D:\1.6.1\paddle\paddle\fluid\platform\gpu_info.cc:84]
同问,请问解决了吗?
同问有解决方案吗
GetCUDAComputeCapability
应该是兼容性问题
没遇到,百度错误代码
配置上问题错误,查清楚GPU配置的就好
可以提一下issue
https://github.com/PaddlePaddle/Paddle/issues
提示显卡cuda读取属性错误,可能是兼容问题。
我觉得应该是跟GPU的配置有关
建议看一下CUDA版本和paddle所安装版本是否匹配
CUDA版本和paddle所安装版本是否匹配
在终端看看cuda版本
怎么大佬们解决啊,今天我的也是
cuda 要10.0的