build_node not implemented for onnx_ir::processor::DefaultProcessor
#4314
Answered
by
laggui
raphaelmenges
asked this question in
Q&A
|
Hello 👋, I followed the burn book to import my ONNX model in I think the error message should actually contain a node type? I am wondering whether I need to just enable a feature or miss something else obvious? |
Answered by
laggui
Jan 15, 2026
Replies: 1 comment 18 replies
|
Looks like one of the operations in your model might not be entirely implemented 🤔 Though I agree, the message should be more clear. Is the model publicly available? So we can debug the issue |
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you try building again it should fetch the newly released 0.20 version, which added support for
HardSwish. It no longer fails with the previous error, but now builds up to:That looks like a bug / limitation with the current resize import. It appears it only checks for sizes but not scales (which should also be supported).