Python 3.7.2 paddle 1.5.2 CPUi7-8750H GPU GeForce GTX 1060 6G CUDA 10.0 CUDNN 7.6.4 Window 10 家庭版
直到import paddle.fluid都正常,运行paddle.fluid.install_check.run_check()时出现Running Verify Fluid Program ...
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 123, in run_check
test_simple_exe()
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 119, in test_simple_exe
exe0.run(startup_prog)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\executor.py", line 657, in run
use_program_cache=use_program_cache)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\executor.py", line 755, in _run
exe.run(program.desc, scope, 0, True, True, fetch_var_name)
paddle.fluid.core_avx.EnforceNotMet: Invoke operator fill_constant error.
Python Call stacks:
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\framework.py", line 1845, in _prepend_op
attrs=kwargs.get("attrs", None))
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\initializer.py", line 189, in __call__
stop_gradient=True)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\framework.py", line 1730, in create_parameter
initializer(param, self)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\layer_helper_base.py", line 316, in create_parameter
**attr._to_kwargs(with_initializer=True))
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\dygraph\layers.py", line 90, in create_parameter
default_initializer)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\dygraph\nn.py", line 931, in _build_once
attr=self._bias_attr, shape=size, dtype=self._dtype, is_bias=True)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\dygraph\layers.py", line 158, in __call__
self._build_once(*inputs)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 40, in forward
x = self._fc1(inputs)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\dygraph\layers.py", line 162, in __call__
outputs = self.forward(*inputs)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 113, in test_simple_exe
out0 = simple_layer0(inp0)
File "C:\Users\\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 123, in run_check
test_simple_exe()
File "", line 1, in
C++ Call stacks:
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:\zty\paddle\paddle\fluid\platform\gpu_info.cc:123]
PaddlePaddle Call Stacks:
Windows not support stack backtrace yet.
查了半天只有关于显存不足的。。请问是这个问题吗,如果是该如何解决?
已解决
您好 请问您是怎么解决的 我也遇到了这个问题 谢谢
您好,我也遇到了同样的问题,请问是怎么解决的,谢谢
我在windows下安装了CUDA10.1版本,卸载重装CUDA 10.0版本就好了。
期间,还更新了nvidia驱动、安装cudnn.lib,搞了大半天,心塞。。。
怎么解决的?
您好,请问一下怎么解决的,我安装了对应的版本cuda10.0,cudnn7.3还是报错,至今未找到原因,求解答一下,谢谢
请问是怎么解决的呢?
cuda版本与paddle版本要一致
你好 请问你解决了吗
这个问题现在有人解决吗
cuda版本与paddle版本是不是不一致