Skip to content

[Bug]: convert onnx model into openvino(failed at SplitToSequence, ConcatFromSequence) #26107

Open
@ziyanxzy

Description

@ziyanxzy

OpenVINO Version

2024.4.0-16311-2c8fd1e6e97

Operating System

Windows System

Device used for inference

GPU

Framework

ONNX

Model used

paraformer

Issue description

https://hf-mirror.com/csukuangfj/paraformer-onnxruntime-python-example
when i convert model.onnx into openvino.it reports:

FrontEnd API failed with GeneralFailure:
OpenVINO does not support the following ONNX operations: SplitToSequence, ConcatFromSequence

Step-by-step reproduction

import openvino as ov
##convert#########
ov_model = ov.convert_model("model.onnx")
ir_path = './para.xml'
ov.save_model(ov_model, ir_path)

Relevant log output

File "C:\Users\LNL\miniforge3\envs\para_3.8\lib\site-packages\openvino\frontend\frontend.py", line 18, in convert
    converted_model = super().convert(model)
openvino._pyopenvino.GeneralFailure: Check 'false' failed at src/frontends/onnx/frontend/src/frontend.cpp:144:
FrontEnd API failed with GeneralFailure:
OpenVINO does not support the following ONNX operations: SplitToSequence, ConcatFromSequence

Issue submission checklist

  • I'm reporting an issue. It's not a question.
  • I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
  • There is reproducer code and related data files such as images, videos, models, etc.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions