{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/11"}],"enrichment":{"capability":"Changes the opset version of an ONNX model graph, either via command-line or Python API, without altering the model's structure or weights.","skillfed_tags":["onnx-tools","model-conversion"],"use_cases":["Convert an ONNX model to a different opset version to match a target inference runtime's supported opset.","Batch-process multiple ONNX files to standardize their opset versions across a model collection.","Adjust opset in a model loaded in memory before serializing it to disk in a Python workflow.","Downgrade or upgrade a model's declared opset to test compatibility with different ONNX runtime versions."],"what_it_does":"soc4onnx is a lightweight utility for modifying the opset version declared in an ONNX model file. ONNX models specify an opset version that indicates which operators and semantics they conform to; this tool allows you to change that version number in the model metadata without restructuring the graph itself. It works both as a command-line tool (taking input and output file paths plus a target opset number) and as a Python library (accepting either file paths or in-memory ONNX ModelProto objects).\n\nThe package has no runtime dependencies beyond ONNX itself, making it lightweight to install. However, it has been abandoned since September 2022 with no subsequent maintenance, so it may not work correctly with recent ONNX versions or Python releases, and any issues discovered will not be fixed.","worth_installing":"Yes, if you need a simple one-off opset conversion and are working with a stable ONNX version. No, if you require ongoing maintenance, support for recent ONNX releases, or assurance that the tool will handle edge cases\u2014the package is abandoned and will not receive updates. Consider it a utility for legacy workflows rather than a foundation for new projects."},"id":"soc4onnx","links":{"html":"https://skillfed.io/packages/soc4onnx","md":"https://skillfed.io/packages/soc4onnx.md","pypi":"https://pypi.org/project/soc4onnx/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-09-09","license_spdx":null,"license_treatment":"permissive","name":"soc4onnx","python_support":"supports_current","summary":"A very simple tool that forces a change in the opset of an ONNX graph.  Simple Opset Changer for ONNX."},"popularity":{"monthly_downloads":82678,"position":14144,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.2"}
