Thank you for contributing to PaddlePaddle. Submitting an issue is a great help for us.
Both Chinese and English issues are welcome.
It'shard to solve a problem when important details are missing.
Before submitting the issue, look over thefollowing criteria before handing your request in.
- [ ] Wastherea similar issue submitted or resolved before ? You could search issue in the github.
-[ ] Did you retrieve your issue from widespread search engines ?
-[] Is my description of the issue clear enough to reproduce this problem?
* If some errors occurred, we need details about `how do you run your code?`, `what system do you use?`, `Are youusing GPU or not?`, etc.
* If you use an recording [asciinema](https://asciinema.org/) to show what you are doing to make it happen, that's awesome! We could help you solve the problem more quickly.
-[ ] Is my description of the issue use the github markdown correctly?
* Please use the proper markdown syntaxes for styling all forms of writing, e.g, source code, error information, etc.
* Check out [this page](https://guides.github.com/features/mastering-markdown/) to find out much more about markdown.
新值
Running verify PaddlePaddle program ...
W0322 11:22:52.932799 89800 device_context.cc:447] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 11.6, Runtime API Version: 11.1
W0322 11:22:52.933796 89800 dynamic_loader.cc:258] Note: [Recommend] copy cudnn into CUDA installation directory.
Forinstance, download cudnn-10.0-windows10-x64-v7.6.5.32.zip from NVIDIA's official website,
then, unzip it and copy it into C:\ProgramFiles\NVIDIA GPU Computing Toolkit\CUDA\v10.0
You should do this according to your CUDA installation directory and CUDNN version.
Traceback(mostrecent call last):
File "C:/Users/yl/Projece/PycharmProjects/PyTorchPro/paddlete.py", line 2, in <module>
print(paddle.utils.run_check())
File "D:\ProgramFiles\Program\Anaconda3\envs\paddle\lib\site-packages\paddle\utils\install_check.py", line 196, inrun_check
_run_static_single(use_cuda)
File "D:\ProgramFiles\Program\Anaconda3\envs\paddle\lib\site-packages\paddle\utils\install_check.py", line 124, in _run_static_single
exe.run(startup_prog)
File "D:\ProgramFiles\Program\Anaconda3\envs\paddle\lib\site-packages\paddle\fluid\executor.py", line 1262, in run
six.reraise(*sys.exc_info())
File "D:\ProgramFiles\Program\Anaconda3\envs\paddle\lib\site-packages\six.py", line 719, in reraise
raise value
File "D:\ProgramFiles\Program\Anaconda3\envs\paddle\lib\site-packages\paddle\fluid\executor.py", line 1250, in run
return self._run_impl(
File "D:\ProgramFiles\Program\Anaconda3\envs\paddle\lib\site-packages\paddle\fluid\executor.py", line 1394, in _run_impl
return self._run_program(
File "D:\ProgramFiles\Program\Anaconda3\envs\paddle\lib\site-packages\paddle\fluid\executor.py", line 1491, in _run_program
RuntimeError: (PreconditionNotMet) The third-party dynamic library (cudnn64_8.dll) that Paddle depends on is not configured correctly. (error code is 126)
Suggestions:
1. Check if the third-party dynamic library (e.g. CUDA, CUDNN) is installed correctly and its version is matched with paddlepaddle you installed.
2. Configure third-party dynamic library environment variables as follows:
- Linux: set LD_LIBRARY_PATH by `export LD_LIBRARY_PATH=...`
- Windows: set PATH by `set PATH=XXX; (at ..\paddle\fluid\platform\dynload\dynamic_loader.cc:285)![![输入图片说明](https://images.gitee.com/uploads/images/2022/0322/112711_01f2f973_7462389.png "1647919581(1).png")](https://images.gitee.com/uploads/images/2022/0322/112703_9d3d4cc1_7462389.png "1647919554(1).png")