Paddle-Lite 使用paddle_lite将paddle模型转换成.nb格式时,出现错误

y1aodyip  于 2021-12-01  发布在  Java
关注(0)|答案(5)|浏览(1314)

paddle_lite_opt --model_dir ./inference_model/faster_rcnn_r50_1x/ --optimize_out=faster_rcnn_r50_1x_opt --optimize_out_type=naive_buffer --valid_targets=x86
WARNING: Logging before InitGoogleLogging() is written to STDERR
E0220 15:19:57.127862 26866 opt_base.cc:448] Error: This model is not supported, because 7 ops are not supported on 'x86'. These unsupported ops are: 'affine_channel, anchor_generator, box_clip, elementwise_div, generate_proposals, roi_align, sequence_expand'.

oymdgrw7

oymdgrw71#

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

oiopk7p5

oiopk7p52#

目前这几个OP在X86-cpu上还没实现:'affine_channel, anchor_generator, box_clip, elementwise_div, generate_proposals, roi_align, sequence_expand'

rn0zuynd

rn0zuynd3#

你好,我在你们官网(https://www.paddlepaddle.org.cn/tutorials/projectdetail/1499146)看到yolov3_mobilenet_v3支持arm,我下载了这个模型(https://paddlelite-demo.bj.bcebos.com/models/yolov3_mobilenet_v3_prune86_FPGM_320_fp32_fluid.tar.gz)测试转为nb文件还是不成功。

paddle_lite_opt --model_dir ./yolov3_mobilenet_v3_prune86_FPGM_320_fp32_fluid --optimize_out=yolov3_mv3_opt --optimize_out_type=naive_buffer --valid_targets=arm

WARNING: Logging before InitGoogleLogging() is written to STDERR
I0222 08:54:00.328442 32529 cxx_api.cc:262] Load model from file.
F0222 08:54:00.339665 32529 model_parser.cc:67] Check failed: version == 0U (49 vs. 0) Only version 0 is supported

Check failure stack trace:

已放弃 (核心已转储)

9udxz4iz

9udxz4iz4#

你好,请问目前paddle lite支持哪些模型的转换啊?官网显示支持yolov3_mobilenet_v3的,但是我试了一下,提示不支持yolo_box这个op。…

---原始邮件--- 发件人: "ysh329"<notifications@github.com> 发送时间: 2021年2月21日(周日) 晚上8:18 收件人: "PaddlePaddle/Paddle-Lite"<Paddle-Lite@noreply.github.com>; 抄送: "yumingchen"<1051246404@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [PaddlePaddle/Paddle-Lite] 使用paddle_lite将paddle模型转换成.nb格式时,出现错误 (#5513) 目前这几个OP在X86-cpu上还没实现:'affine_channel, anchor_generator, box_clip, elementwise_div, generate_proposals, roi_align, sequence_expand' — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jm2pwxwz

jm2pwxwz5#

你用的是什么版本的lite呀,转换报错是是很么

相关问题