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.92k stars 1.61k forks source link

st-gcn模型转换成功,部署失败 #8956

Closed duorouputao closed 7 months ago

duorouputao commented 2 years ago

为使您的问题得到快速解决,在建立 Issue 前,请您先通过如下方式搜索是否有相似问题: 历史 issue, FAQ 文档, 官方文档

建立 issue 时,为快速解决问题,请您根据使用情况给出如下信息:

[I 1/13 3:12:19.169 ...le-Lite-2.11-rc/lite/core/device_info.cc:1148 Setup] ARM multiprocessors number: 1 [I 1/13 3:12:19.171 ...le-Lite-2.11-rc/lite/core/device_info.cc:1150 Setup] ARM multiprocessors ID: 0, max freq: 0, min freq: 0, cluster ID: 0, CPU ARCH: A-1 [I 1/13 3:12:19.171 ...le-Lite-2.11-rc/lite/core/device_info.cc:1156 Setup] L1 DataCache size is: [I 1/13 3:12:19.172 ...le-Lite-2.11-rc/lite/core/device_info.cc:1158 Setup] 32 KB [I 1/13 3:12:19.172 ...le-Lite-2.11-rc/lite/core/device_info.cc:1160 Setup] L2 Cache size is: [I 1/13 3:12:19.172 ...le-Lite-2.11-rc/lite/core/device_info.cc:1162 Setup] 512 KB [I 1/13 3:12:19.173 ...le-Lite-2.11-rc/lite/core/device_info.cc:1164 Setup] L3 Cache size is: [I 1/13 3:12:19.173 ...le-Lite-2.11-rc/lite/core/device_info.cc:1166 Setup] 0 KB [I 1/13 3:12:19.173 ...le-Lite-2.11-rc/lite/core/device_info.cc:1168 Setup] Total memory: 161404KB [W 1/13 3:12:19.174 ....11-rc/lite/model_parser/model_parser.cc:889 LoadModelFbsFromFile] warning: the version of opt that transformed this model is not consistent with current Paddle-Lite version. version of opt:v2.10-rc version of current Paddle-Lite: [F 1/13 3:12:19.339 ...Paddle-Lite-2.11-rc/lite/core/program.cc:346 RuntimeProgram] Check failed: (kernels.size() > 0): 0!>0 Error: This model is not supported, because kernel for 'elementwise_mul' is not supported by Paddle-Lite. Aborted

paddle-bot-old[bot] commented 2 years ago

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网文档常见问题历史Issue来寻求解答。祝您生活愉快~

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 APIFAQ and Github Issue to get the answer.Have a nice day!

panmin commented 2 years ago

同样的问题Check failed: kernels.size() > 0 (0 vs. 0) Error: This model is not supported, because kernel for 'elementwise_mul' is not supported by Paddle-Lite.