Onnx model checker error #513
-
Hi everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @ElMahdiElAnnabi, |
Beta Was this translation helpful? Give feedback.
-
hi @HenniOVP, |
Beta Was this translation helpful? Give feedback.
Hi @ElMahdiElAnnabi,
FINN uses custom node types in it's ONNX graphs to represent functionality not supported by the standard ONNX op-set. This is for example quantization below 8 bits, Multi-threshold activations and so on. Since these nodes are not part of the official op-set the onnx model checker will say that it doesn't know what to do with these nodes. So, the error which you are seeing is in a sense expected behavior, due to how FINN implements its custom ops.