CtrlK
BlogDocsLog inGet started
Tessl Logo

conversion-issues

Investigate and fix model conversion issues in OpenVINO Frontends (ONNX, PyTorch) — triage, debugging, accuracy comparison, and pre-submission verification.

73

Quality

91%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Agent Skill: Investigate and Fix Frontend Conversion Issues

Goal

Diagnose and fix issues where models fail to convert to OpenVINO IR or produce incorrect inference results through an OpenVINO frontend.

Framework-Specific Workflows

Each frontend has its own detailed investigation workflow. Read the one matching the target framework:

FrontendSkill fileWhat it covers
ONNXonnx.mdTriage (unsupported op / conversion bug / shape-type / opset gap), ORT baseline comparison, translator debugging, .prototxt test models, C++ GTest, pre-submission checklist
PyTorchpytorch.mdTriage (unsupported op / tracing mode / inplace / normalize-step), TorchScript vs torch.export identification, layer test debugging, pre-submission checklist

Related Skills (adding new ops)

FrontendSkill fileWhen to use
ONNXadd-fe-op/onnx.mdImplementing a new ONNX op translator from scratch
PyTorchadd-fe-op/pytorch.mdImplementing a new PyTorch op translator from scratch

Notes

  • Always verify the model works with the framework's reference runtime (ONNX Runtime / PyTorch) before investigating OpenVINO code.
  • Prefer minimal, root-cause fixes over broad refactors.
  • Every fix needs a test and must pass the full frontend test suite.
Repository
openvinotoolkit/openvino
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.