PaddlePaddle / Paddle2ONNX

ONNX Model Exporter for PaddlePaddle
Apache License 2.0
736 stars 173 forks source link

SLANet-LCNetV2 转onnx模型报错 #1331

Closed milely closed 1 month ago

milely commented 4 months ago

问题描述 / Problem Description

新SLANet-LCNetV2 通过paddle2onnx转onnx模型时报错

运行环境 / Runtime Environment

复现代码 / Reproduction Code

完整报错 / Complete Error Message

image

可能解决方案 / Possible solutions

附件 / Appendix

GreatV commented 4 months ago

while 算子还不支持

milely commented 4 months ago

也就是没办法通过onnx推理嘛,之前看到SLAnet是可以解决的 https://github.com/PaddlePaddle/PaddleOCR/pull/7485

Zheng-Bicheng commented 4 months ago

@milely 暂时移除了,后续会更新

milely commented 4 months ago

@milely 暂时移除了,后续会更新

好的,我使用1.0.7的版本配合opset 13转换成功了,原来的版本是会有掉精度的风险吗

Zheng-Bicheng commented 4 months ago

@milely 暂时移除了,后续会更新

好的,我使用1.0.7的版本配合opset 13转换成功了,原来的版本是会有掉精度的风险吗

建议换到1.2.5

milely commented 4 months ago

好的,1.2.5也转换成功了,谢谢~

squallliu commented 4 months ago

@milely 暂时移除了,后续会更新

好的,我使用1.0.7的版本配合opset 13转换成功了,原来的版本是会有掉精度的风险吗

建议换到1.2.5

1.2.5不支持conditional_block select_input

Zheng-Bicheng commented 4 months ago

1.2.5不支持conditional_block select_input

1.2.6为了添加对 conditional_block select_input 的支持,因此大面积重构了代码。代码和while的逻辑冲突了,所以暂时取消了对while的支持,我们后续会更新的。

PeiyuLau commented 3 months ago

while支持,现在有更新么?

Zheng-Bicheng commented 3 months ago

while支持,现在有更新么?

换到1.2.5吧,暂时没人力支持,需要等一段时间

Zheng-Bicheng commented 1 month ago

已经更新支持 while 算子,等待 CI 结束后 安装 Paddle2ONNX v1.2.10 使用:

Zheng-Bicheng commented 1 month ago

先关闭这个Issues,有问题请再打开并 @Zheng-Bicheng