paddle.fluid.install_check.run_check()报错
Created by: chyj4747
GPU版本的paddle 系统win10 cuda8.0+cudnn7.0 python3.7
错误1:paddle.fluid.core.EnforceNotMet: Invoke operator fill_constant error. 错误2:cudaGetDeviceProperties failed in paddle::platform::GetCUDAComputeCapability: unknown error at [D:\1.4.0\paddle\paddle\fluid\platform\gpu_info.cc:111]
请问要如何解决?
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import paddle.fluid
>>> paddle.fluid.install_check.run_check()
Running Verify Fluid Program ...
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 63, in run_check
exe.run(default_startup_program())
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\executor.py", line 534, in run
use_program_cache=use_program_cache)
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\executor.py", line 606, in _run
exe.run(program.desc, scope, 0, True, True, fetch_var_name)
paddle.fluid.core.EnforceNotMet: Invoke operator fill_constant error.
Python Callstacks:
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\framework.py", line 1725, in _prepend_op
attrs=kwargs.get("attrs", None))
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\initializer.py", line 167, in __call__
stop_gradient=True)
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\framework.py", line 1619, in create_parameter
initializer(param, self)
File "C:\Users\Jog\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\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\dygraph\layers.py", line 88, in create_parameter
default_initializer)
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\dygraph\nn.py", line 904, in build_once
attr=self._bias_attr, shape=size, dtype=self._dtype, is_bias=True)
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\dygraph\layers.py", line 155, in __call__
self.build_once(*inputs)
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 37, in forward
x = self._fc1(inputs)
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\dygraph\layers.py", line 157, in __call__
outputs = self.forward(*inputs)
File "C:\Users\Jog\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 58, in run_check
out = simple_layer(inp)
File "<stdin>", line 1, in <module>
C++ Callstacks:
cudaGetDeviceProperties failed in paddle::platform::GetCUDAComputeCapability: unknown error at [D:\1.4.0\paddle\paddle\fluid\platform\gpu_info.cc:111]
PaddlePaddle Call Stacks:
Windows not support stack backtrace yet.