PaddlePaddle / Paddle-Lite

PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)
https://www.paddlepaddle.org.cn/lite
Apache License 2.0
6.93k stars 1.61k forks source link

PaddleLite ascend310推理一直输出Failed to run the execution(2) #10432

Open marsbzp opened 8 months ago

marsbzp commented 8 months ago

[W 1/ 8 18:48:16.252 ...le-Lite/lite/kernels/nnadapter/engine.cc:245 Execute] Warning: Failed to run the execution(2)! [W 1/ 8 18:48:16.254 ...le-Lite/lite/kernels/nnadapter/engine.cc:245 Execute] Warning: Failed to run the execution(2)! [W 1/ 8 18:48:16.257 ...le-Lite/lite/kernels/nnadapter/engine.cc:245 Execute] Warning: Failed to run the execution(2)! [W 1/ 8 18:48:16.259 ...le-Lite/lite/kernels/nnadapter/engine.cc:245 Execute] Warning: Failed to run the execution(2)! [W 1/ 8 18:48:16.262 ...le-Lite/lite/kernels/nnadapter/engine.cc:245 Execute] Warning: Failed to run the execution(2)! [W 1/ 8 18:48:16.267 ...le-Lite/lite/kernels/nnadapter/engine.cc:245 Execute] Warning: Failed to run the execution(2)!

为啥一直会输出这个,能否关掉

qili93 commented 7 months ago

您好,这个应该是程序执行未成功导致的,请问您的推理程序正常执行结束了吗?

marsbzp commented 7 months ago

模型最后会有结果输出的

hong19860320 commented 7 months ago

执行时加上 >log.txt 2>&1 ,然后将完整的日志文件 log.txt 上传上来吗?