PaddlePaddle / PARL

A high-performance distributed training framework for Reinforcement Learning
https://parl.readthedocs.io/
Apache License 2.0
3.22k stars 817 forks source link

本地cuddann版本8.6.0识别为8.3.并警告 #1024

Closed xiezhipeng-git closed 1 year ago

xiezhipeng-git commented 1 year ago

本地cudann版本

define CUDNN_MAJOR 8

define CUDNN_MINOR 6

define CUDNN_PATCHLEVEL 0

输出

C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\pettingzoo\utils\conversions.py:100: UserWarning: The `action_spaces` dictionary is deprecated. Use the `action_space` function instead.
  warnings.warn(
W1215 22:57:13.795877 24484 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 6.1, Driver API Version: 12.0, Runtime API Version: 11.6
W1215 22:57:13.796883 24484 gpu_resources.cc:91] device: 0, cuDNN Version: 8.3.
W1215 22:57:15.662986 24484 gpu_resources.cc:217] WARNING: device: . The installed Paddle is compiled with CUDNN 8.4, but CUDNN version in your machine is 8.3, which may cause serious incompatible bug. Please recompile or reinstall Paddle with compatible CUDNN version.
TomorrowIsAnOtherDay commented 1 year ago

hello,这是paddle的提示。请前往paddle官网安装查询,对应cudnn编译版本的安装方式。

xiezhipeng-git commented 1 year ago

这个问题是不是应该到paddle仓库提交?paddle目前只能安装标准版,就只到8.3. dev版好几个源都找不到。等于已经是最新的了

TomorrowIsAnOtherDay commented 1 year ago

对,我们这里是强化学习相关的研发人员,paddle框架问题去官方仓库吧。