paddle出现W0706异常
Created by: vinceyzw
报错情况: Connected to pydev debugger (build 201.7846.77) W0706 10:48:51.948972 5980 init.cc:209] Warning: PaddlePaddle catches a failure signal, it may not work properly W0706 10:48:51.948985 5980 init.cc:211] You could check whether you killed PaddlePaddle thread/process accidentally or report the case to PaddlePaddle W0706 10:48:51.948987 5980 init.cc:214] The detail failure signal is: W0706 10:48:51.948990 5980 init.cc:217] *** Aborted at 1594003731 (unix time) try "date -d @1594003731" if you are using GNU date W0706 10:48:51.949749 5980 init.cc:217] PC: @ 0x0 (unknown) W0706 10:48:51.949796 5980 init.cc:217] *** SIGSEGV (@0x0) received by PID 5980 (TID 0x7f725de04700) from PID 0; stack trace: W0706 10:48:51.950470 5980 init.cc:217] @ 0x7f725d9f7390 (unknown) W0706 10:48:51.951126 5980 init.cc:217] @ 0x0 (unknown)
版本、环境信息: PaddlePaddle版本:1.7.2 (其他版本我也试了,1.7.0和1.8.2都不行) GPU:RTX2070 cuda10.0 cudnn 7.6.5 系统环境:ubuntu16.04
使用人脸blazeface预训练模型进行预测,出现报错: python -u tools/infer.py -c configs/face_detection/blazeface.yml --infer_img=demo/000000570688.jpg --output_dir=infer_output/ --draw_threshold=0.5 -o weights=/root/PaddleDetection_release/paddlemodels.bj.bcebos.com/object_detection/blazeface_original 请大神帮忙看下什么问题