You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to convert an onnx file, the following error arises:
ERROR burn_import::logger: PANIC => panicked at ...\burn-import-0.13.2\src\onnx\to_burn.rs:270:22:
Unsupported node conversion Split
The text was updated successfully, but these errors were encountered:
We don't currently support the Split operator, but we have tensor.chunk on the Burn side which could be equivalent to an even split (part of the Split spec). So a partial node support could be added via tensor.chunk for the codegen.
Describe the bug
When I try to convert an onnx file, the following error arises:
ERROR burn_import::logger: PANIC => panicked at ...\burn-import-0.13.2\src\onnx\to_burn.rs:270:22:
Unsupported node conversion Split
The text was updated successfully, but these errors were encountered: