PaddlePaddle / X2Paddle

Deep learning model converter for PaddlePaddle. (『飞桨』深度学习模型转换工具)
http://www.paddlepaddle.org/
Apache License 2.0
732 stars 164 forks source link

matmul_v2 不支持 #468

Open gejianhui1 opened 3 years ago

gejianhui1 commented 3 years ago

部署时,出现Erro:this model is not supported,because 1 ops are not supported on 'arm'. these unsupported ops are :'matmul_v2'

SunAhong1993 commented 3 years ago

部署时,出现Erro:this model is not supported,because 1 ops are not supported on 'arm'. these unsupported ops are :'matmul_v2'

你好,PaddleLite部署问题请移步https://github.com/PaddlePaddle/Paddle-Lite

YangLiu0427 commented 3 years ago

部署时,出现Erro:this model is not supported,because 1 ops are not supported on 'arm'. these unsupported ops are :'matmul_v2'

您好,我也遇到了一样的问题,请问解决了吗?

AIpioneer commented 3 years ago

你好,请问你使用的paddle版本是多少?paddle lite的版本是多少?

YangLiu0427 commented 3 years ago

你好,请问你使用的paddle版本是多少?paddle lite的版本是多少?

paddlepaddle是2.0.0rc1,paddlelite是2.7.1

AIpioneer commented 3 years ago

您好,是这样的,paddle lite2.7版本主要对齐的paddle是1.7和1.8静态图版本的模型。因为paddle2.0对op做了大量的升级,paddle lite正式对齐paddle2.0版本的是待发出的2.8版本。 预计在2月发出。你现在可以暂时用develop版本的尝试使用。

marshorizon5318 commented 1 year ago

我用的paddlelite 2.12版本,仍然出现这个问题

Coder-TieHH commented 1 year ago

我也有这个问题paddlelite 2.12

wyhoo commented 2 months ago

请问解决了吗,我也遇到了同样的问题