SLANet plus表格识别paddlepaddle模型参数无法转onnx #114
Sherryran08
started this conversation in
General
Replies: 1 comment
-
emmmm,我当时也报错,然后提了个issue给官方,他们好像修正过这个问题,参考 PaddlePaddle/Paddle2ONNX#1405 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SLANet plus表格识别paddlepaddle模型参数使用paddle2onnx工具将模型参数转为onnx一直报错,想问一下作者使用的onnx参数是如何转换的
报错如下:
[Paddle2ONNX] Start to parse PaddlePaddle model...
[Paddle2ONNX] Model file path: /home/kas/zhangran/PaddleX/output/best_accuracy/inference/inference.pdmodel
[Paddle2ONNX] Parameters file path: /home/kas/zhangran/PaddleX/output/best_accuracy/inference/inference.pdiparams
[Paddle2ONNX] Start to parsing Paddle model...
[Paddle2ONNX] Oops, there are some operators not supported yet, including sync_batch_norm,
[ERROR] Due to the unsupported operators, the conversion is aborted.
C++ Traceback (most recent call last):
0 paddle2onnx::Export(char const*, char const*, char**, int*, int, bool, bool, bool, bool, bool, paddle2onnx::CustomOp*, int, char const*, char**, int*, char const*, bool*, bool, char**, int)
Error Message Summary:
FatalError: Process abort signal is detected by the operating system.
[TimeInfo: *** Aborted at 1736930108 (unix time) try "date -d @1736930108" if you are using GNU date ***]
[SignalInfo: *** SIGABRT (@0x3e700013bd5) received by PID 80853 (TID 0x7efcbd5c9740) from PID 80853 ***]
Aborted (core dumped)
Beta Was this translation helpful? Give feedback.
All reactions