paddle安装后cuDNN有提示错误
收藏
PS D:\workspace\python> python
Python 3.7.0 (default, Jun 28 2018, 08:04:48) [MSC v.1912 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> paddle.utils.run_check()
Traceback (most recent call last):
File "", line 1, in
NameError: name 'paddle' is not defined
>>> import paddle
>>> paddle.utils.run_check()
Running verify PaddlePaddle program ...
W0805 17:46:18.914475 14212 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 11.6, Runtime API Version: 11.1
W0805 17:46:19.111948 14212 gpu_resources.cc:91] device: 0, cuDNN Version: 8.1.
PaddlePaddle works well on 1 GPU.
PaddlePaddle works well on 1 GPUs.
PaddlePaddle is installed successfully! Let's start deep learning with PaddlePaddle now.
>>> exit()
Python 3.7.0 (default, Jun 28 2018, 08:04:48) [MSC v.1912 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> paddle.utils.run_check()
Traceback (most recent call last):
File "", line 1, in
NameError: name 'paddle' is not defined
>>> import paddle
>>> paddle.utils.run_check()
Running verify PaddlePaddle program ...
W0805 17:46:18.914475 14212 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 11.6, Runtime API Version: 11.1
W0805 17:46:19.111948 14212 gpu_resources.cc:91] device: 0, cuDNN Version: 8.1.
PaddlePaddle works well on 1 GPU.
PaddlePaddle works well on 1 GPUs.
PaddlePaddle is installed successfully! Let's start deep learning with PaddlePaddle now.
>>> exit()
运行时还是错误警告 WARNING: device: . The installed Paddle is compiled with CUDNN 8.1, but CUDNN version in your machine is 8.0, which may cause serious incompatible bug. 求大佬指教
0
收藏
请登录后评论
cudnn和cuda的版本不对应?
警告而已。让你升级一下cudnn到8.1
警告确实是不影响使用
能跑代码就不影响,不然就换版本