PaddleDetection
PaddleDetection copied to clipboard
CUDNN error(9) CUDNN_STATUS_NOT_SUPPORTED
问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
执行:
python deploy/pipeline/pipeline.py --config deploy/pipeline/config/infer_cfg_pphuman.yml --image_file=test_image.jpg --device=gpu
出现:
CUDNN error(9) CUDNN_STATUS_NOT_SUPPORTED
我的设备版本:
- python 3.7.0
- paddle 2.5.1
- cuda 11.6
- cudatiktool 11.3 (采用conda安装)
我执行的paddle 安装命令
python -m pip install paddlepaddle-gpu==2.5.1.post116 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
说明:
执行所提供的快速体验均能正常执行,测试PP-Human快速开始出现CUDA版本不支持的问题。
保存问题描述中提及当前CUDA版本不支持:conv2d_fusion操作,可当前cuda版本为11.6