build_node not implemented for onnx_ir::processor::DefaultProcessor
#4314
-
|
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 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 |
Beta Was this translation helpful? Give feedback.
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).