-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Paddle2ONNX] Oops, there are some operators not supported yet, including uniform_random #1459
Comments
这个算子暂时 ONNX 中没有对应的算子 |
Thanks for your answer. |
Hi, @Zheng-Bicheng |
我也遇到了这个问题,模型训练好了,没办法部署,这个算法存在有什么意义,paddleseg中一堆没办法转化的算法,pidnet,rtformer等,都没人去解决,一个自适应平均池化通过普通的池化转写都不会修改。 |
@Zheng-Bicheng Could I have an answer please? |
@MaciejPykoszAigo There is currently no such operator in ONNX, so we cannot map this operator from Paddle model to ONNX. |
You can see the list of ONNX operators here: |
@Zheng-Bicheng I found RandomUniform in your list (https://onnx.ai/onnx/operators/onnx__RandomUniform.html#l-onnx-doc-randomuniform). Do you think it's the same operator as uniform_random in the error in the screenshot above? Could you please verify this? |
Please fill in the information below so that we can solve the problem quickly, Thanks !
Describe the bug
I tried to export model to onnx, and the terminal shows "there are some operator not supported yet..."
Before that, I re-trained the SegNeXt model (https://github.com/PaddlePaddle/PaddleSeg/tree/release/2.8/configs/segnext), then converted the .pdparams as instructed in https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.8/docs/model_export.md, and then tried to convert to onnx as instructed in https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_en.md
Informations (please complete the following information):
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: