Closed goodsong81 closed 4 months ago
Jira ticket: OV fails to build a new model with additional manually constructed branch if model is converted directly from torch
model_xai = ov.Model([*model_ori_outputs, xai_output_node.output(0)], model_ori_params) super().__init__(*args) RuntimeError: Check 'unregistered_parameters.str().empty()' failed at src/core/src/model.cpp:57: Model references undeclared parameters: opset1::Parameter x () -> (f32[?,3,224,224])
Requirements to the input IR: dynamic batch
Thus, currently the OpenVINO XAI "White box" methods which involves IR insertion supports only Torch->ONNX->OpenVINO models.
Not reproduced from OpenVINO 2024.2.
Jira ticket: OV fails to build a new model with additional manually constructed branch if model is converted directly from torch
Requirements to the input IR: dynamic batch