“ReplacementID” Error When Converting Open Neural Network Exchange (ONNX) Model to Intermediate Representation (IR) Format
Content Type: Error Messages | Article ID: 000087265 | Last Reviewed: 03/09/2026
Converted an ONNX model to OpenVINO™ IR format and received an error similar to:
[ ERROR ] Exception occurred during running replacer "REPLACEMENT_ID" (...): No node with name frame
This error occurs because the specified input node names do not match the actual input nodes in the ONNX model.
Check the correct input node names using a model inspection tool such as Netron*.
Re-run the model conversion using the exact input node names (and shapes if required) as defined in the ONNX model.
Do not guess input names or rely on positional indices.