Error: This model is not supported, because 3 ops are not supported on 'arm'. These unsupported ops are: 'flatten_contiguous_range, matmul_v2, unstack'.
Anyone can tell me what oprations I can use instead, when I usePaddle Lite.
Error: This model is not supported, because 3 ops are not supported on 'arm'. These unsupported ops are: 'flatten_contiguous_range, matmul_v2, unstack'.
Anyone can tell me what oprations I can use instead, when I usePaddle Lite.
5条答案
按热度按时间yb3bgrhw1#
flatten_contiguous_range op is supported, the other two ops will be supported in the future.
2guxujil2#
你好 我是在使用paddle2.0-rc版本时候遇到这个问题。 我使用的是paddle的类keras的API,发现这三个算子出了问题。 经过排查,发现nn.LSTM和nn.GRU都不能成功转为Paddle Lite模型。 所以想问一下,现在的PaddleLite支持LSTM或GRU吗? 如果支持怎么避开matmul_v2不支持等错误?…
------------------ 原始邮件 ------------------ 发件人: "cc"<notifications@github.com>; 发送时间: 2020年12月3日(星期四) 下午3:57 收件人: "PaddlePaddle/Paddle-Lite"<Paddle-Lite@noreply.github.com>; 抄送: "TYB"<2483671432@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [PaddlePaddle/Paddle-Lite] Unsupported Operations (#4867) flatten_contiguous_range op is supported, the other two ops will be supported in the future. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
kxe2p93d3#
flatten_contiguous_range在使用reshape替代flatten算子就OK了
LSTM,GRU的 matmul_v2, unstack算子问题还没有解决
jgzswidk4#
现在paddlelite主要还是支持paddle1.8及之前版本的模型,2.0版本模型还没有支持。
xbp102n05#
ok,thanks.我转回1.8试试…
------------------ 原始邮件 ------------------ 发件人: "cc"<notifications@github.com>; 发送时间: 2020年12月3日(星期四) 下午4:42 收件人: "PaddlePaddle/Paddle-Lite"<Paddle-Lite@noreply.github.com>; 抄送: "TYB"<2483671432@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [PaddlePaddle/Paddle-Lite] Unsupported Operations (#4867) 现在paddlelite主要还是支持paddle1.8及之前版本的模型,2.0版本模型还没有支持。 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.