Skip To Main Content
Support Knowledge Base

Is It Possible to Convert Custom Operation from ONNX Model into Intermediate Representation (IR)?

Content Type: Error Messages   |   Article ID: 000094992   |   Last Reviewed: 06/16/2023

Description

  • Unable to convert custom operation from ONNX model into IR.
  • Received error:

    RuntimeError:Check 'false' failed at src/frontends/common/src/frontend.cpp:53:
    Converting input model
    Cannot create zhu layer 24 id:3 from unsupported opset: extension

Resolution

An extension was defined in an old manner using the old ONNX Model Optimizer (MO) path.

Use Frontend Extensions by passing a path to .so/.dll with extensions via MO using the --extensions flag.

Additional information

Related Products

This article applies to 1 products.