Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

burn-import: Unsupported node conversion Split #2038

Closed
KhaledHosseini opened this issue Jul 18, 2024 · 2 comments
Closed

burn-import: Unsupported node conversion Split #2038

KhaledHosseini opened this issue Jul 18, 2024 · 2 comments
Labels

Comments

@KhaledHosseini
Copy link

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

@antimora antimora added the onnx label Jul 18, 2024
@laggui
Copy link
Member

laggui commented Jul 19, 2024

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.

@laggui
Copy link
Member

laggui commented Nov 26, 2024

Closing in favor of #2440

@laggui laggui closed this as completed Nov 26, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants