{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/11"}],"enrichment":{"capability":"sod4onnx removes specified output operations from ONNX model files, either via command-line or Python API, producing a modified ONNX model with those outputs deleted.","skillfed_tags":["onnx-tools","model-optimization"],"use_cases":["Remove intermediate output layers from ONNX models before deployment to reduce model size or inference overhead.","Prune unnecessary outputs from multi-output models to simplify downstream inference pipelines.","Prepare ONNX models for edge deployment by stripping outputs not needed on target hardware.","Automate ONNX graph cleanup in model conversion pipelines where intermediate outputs are generated but not used."],"what_it_does":"sod4onnx is a lightweight utility for modifying ONNX model graphs by removing specified output operations. It provides both a command-line interface and a Python API (the `outputs_delete` function) to accept an ONNX model file or graph object, delete named outputs, and write the result back to disk or return it as a modified graph object.\n\nThe tool is designed for model optimization workflows where intermediate or unwanted outputs need to be pruned from a trained model before deployment. It has no runtime dependencies beyond Python itself, making installation friction minimal. However, the package has not been maintained since its initial release in September 2022, raising concerns about compatibility with newer ONNX specifications or Python versions.","worth_installing":"No. While the tool is simple and has no install friction, it has been abandoned for nearly four years with no maintenance or updates. Compatibility with current ONNX versions is uncertain, and the lack of ongoing support makes it risky for production use. Consider alternatives that are actively maintained if you need reliable ONNX output deletion."},"id":"sod4onnx","links":{"html":"https://skillfed.io/packages/sod4onnx","md":"https://skillfed.io/packages/sod4onnx.md","pypi":"https://pypi.org/project/sod4onnx/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-09-15","license_spdx":null,"license_treatment":"permissive","name":"sod4onnx","python_support":"supports_current","summary":"Simple model output OP additional tools."},"popularity":{"monthly_downloads":82561,"position":14153,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.0"}
