-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Crash][pp_liteseg] CUDNN error(9), CUDNN_STATUS_NOT_SUPPORTED #50853
Comments
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~ Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day! |
模型是PaddleSeg导出来的,还是百度自研的模型 |
是不是你本地cudnn的版本不合适,这个应该不是模型的问题。 |
当然不是模型的问题,是inference库代码有问题 不太可能是cudnn不合适这种问题,直接源码编译。以前的commit没有这个问题,环境没有变。cudnn 8.7还不够高吗?其他模型没问题。 |
@SunNy820828449 |
我已经把问题反馈给inference的同学了 |
paddlepaddle-gpu==2.4.2 |
paddlepaddle-gpu==2.4.2 |
paddlepaddle-gpu==2.4.1 |
更多的网络出现,picodet也有 @luotao1 |
更新CUDA 12.1 CUDNN 8.9 一样也有 |
I have got 2 environments, the first one outputs this error. the second one wont output this error. |
@jzhang533 这个问题谁能解一下,堆了半年了 |
我试试看能不能找到人。 |
我在跟进中,看看能不能复现并解决~ |
目前看是cudnn >= 8.7的bug,8.6及以下都没问题。修复pr #55407 稍后会合入2.5分支~ |
Thanks for fixed. |
paddlepaddle-gpu==2.5.1 |
@liangbaikaizzzZZZ release不稳定,用develop试试 |
同样的问题: |
@xiemeilong 都说了 release不稳定 ,用develop |
请问,我是在aistodio平台上跑的,我该怎样降低cuddn版本 |
所以到底是怎么解决的?用2.5及以上的paddle又会出现不能与pytorch同时运行的bug |
bug描述 Describe the Bug
The model "pp_liteseg_stdc1_cityscapes_1024x512_scale0.5_160k" from PaddleSeg crashes now.
It is running on Paddle Inference for pure C++.
I am sure the model will not crash one or month ago.
Model Link
链接: https://pan.baidu.com/s/1Z6N4XW3r11ln7qoUML9qGQ?pwd=gpi3 提取码: gpi3
crash point conv2d_fusion.
phi::dynload::cudnnConvolutionBiasActivationForward
conv_fusion_kernel.cu:593
Paddle Infer Config:
Crash GLOG_v=4
Code is on develop 605242a
System Ubuntu 20.04
GCC 9.4.0
CUDA 11.7
CUDNN 8.7.0
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: