Replies: 1 comment 1 reply
-
你希望的opset_version是多少呢 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
已经根据官网教程导出了一版onnx,但是opset_version太高,flutter的onnx runtime不支持,
也尝试了修改参数paddlex --opset_version 7 # 指定要使用的 ONNX opset 版本
但是输出没有按参数的来
尝试降级pip onnx版本,paddlex依旧会自动升级再导出
看到官方团队曾经有人修复过这个问题,不知道为什么现在又不行了,有谁也碰到过这个问题吗?
Beta Was this translation helpful? Give feedback.
All reactions