PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.82k stars 2.89k forks source link

在AISTUDIO上运行ppyolo出错 #1259

Closed ZhengLeon closed 4 years ago

ZhengLeon commented 4 years ago

按照下面的网址更新了相关包之后 https://www.paddlepaddle.org.cn/documentation/docs/zh/install/Tables.html#whl-dev

运行: !CUDA_VISIBLE_DEVICES=0 python tools/train.py -c configs/ppyolo/ppyolo.yml --eval

仍然出错 Error Message Summary: ExternalError: Cudnn error, CUDNN_STATUS_BAD_PARAM (at /paddle/paddle/fluid/operators/batch_norm_op.cu:319) [operator < batch_norm > error]

请问现在aistudio上可以运行ppyolo吗,还是说要更新cudnn才行?

willthefrog commented 4 years ago

能否发下版本情况及完整报错信息?

ZhengLeon commented 4 years ago

https://aistudio.baidu.com/aistudio/projectdetail/708923 和这个里面的相同 而且这个aistudio的repo怎么无法打开呢? 谢谢

liuhuiCNN commented 4 years ago

https://aistudio.baidu.com/aistudio/projectdetail/708923 和这个里面的相同 而且这个aistudio的repo怎么无法打开呢? 谢谢

关于版本说明,pp-yolo需要使用MatrixNMS,需要Paddle>=1.8.4版本

qingqing01 commented 4 years ago

@ZhengLeon 如果是AIStudio上使用,直接安装这个项目里提供的whl包。(另外,您如果是自己机器上使用,paddle 1.8.4已经发布了,直接安装paddle 1.8.4版本即可,本地的cuDNN注意7.6+。)

ZhengLeon commented 4 years ago

@liuhuiCNN @qingqing01 好的 谢谢回复!