-
Notifications
You must be signed in to change notification settings - Fork 35
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
Split operator #31
Comments
Hi, any updates on this? |
@mryndzionek started with this: https://github.com/kraiskil/onnx2c/pulls |
In the end I managed to simplify my model to not use |
Please do push it, would be cool to have it in. Python shouldn't be necessary to run the unittests, btw. Line 724 in 687d523
If some tests don't pass, it would be super nice to have the resolve step catch what is causing them to fail, and error out. That corner case of the split operator can then be considered as not implemented. |
Okay, good to know. I was looking at |
Ah, right. That directory has extra tests for corner cases that ONNX backend tests doesn't test for. I used the python scripts to generate such tests, and left the scripts in place as a reference for the future. Sorry for the confusion :) |
PR #51 just got merged in. Maybe it helps? |
Hello I'm trying to convert a "classical" YoloV8 (10MB) .onnx and I get this error:
./onnx2c yolov8n.onnx
2023-03-27 15-28-59.799 [Fatal] (createNode) Unimplemented: node operation Split
Assertion failed: (false), function createNode, file graph.cc, line 483.
zsh: abort ./onnx2c yolov8n.onnx
The text was updated successfully, but these errors were encountered: