Solved! Go to Solution.
HI @Bo_yun
i reproduce your problem, please use the eiQ command line convert the modle from .onnx to .rtm. i have coverted it without any error. You can find it from attachment file.
B.R
HI @Bo_yun
i reproduce your problem, please use the eiQ command line convert the modle from .onnx to .rtm. i have coverted it without any error. You can find it from attachment file.
B.R
Thank you very much. I conducted the conversion test using a simple two-layer MLP model. The model is a .onnx file converted from PyTorch (with 3 inputs and 1 output). The PyTorch version is 2.0.1 and the ONNX version is 1.13.1.
Hi @Bo_yun
Sorry we can not provide you this source code.
should I use the header file from the SDK?
>>>Yes you are right
B.R
Okay, when using elQ to convert the .onnx model to an .rtm file, I encountered a problem. The conversion failed with the error:
Optimizer Error: Couldn't build proto file into descriptor pool! Invalid proto descriptor for file "onnx/onnx-ml.proto": onnx/onnx-ml.proto: A file with this name is already in the pool.
I want to know how to solve this problem, thank you