{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/11"}],"enrichment":{"capability":"Removes specified nodes from ONNX model graphs via CLI or Python API, outputting a modified model file or in-memory graph.","skillfed_tags":["onnx-tools","model-optimization"],"use_cases":["Remove debug or instrumentation nodes from a trained ONNX model before deployment.","Strip out unsupported operations to make a model compatible with a specific inference runtime.","Simplify a model graph by deleting unused branches or redundant layers during optimization.","Experiment with model architecture by removing operations to test inference behavior.","Preprocess models downloaded from model zoos before fine-tuning or conversion."],"what_it_does":"snd4onnx is a lightweight utility for removing named nodes from ONNX model graphs. It works both as a command-line tool and as a Python library, accepting a list of node names to delete and either an input file path or an in-memory graph object, then outputting the modified model. The package has no runtime dependencies beyond Python itself.\n\nThe tool is designed for model optimization and experimentation workflows where you need to strip out specific operations from a trained neural network\u2014for instance, removing debug layers, unused branches, or operations incompatible with a target inference engine. The author notes it is a hobby project with limited test coverage and likely bugs, so it is best suited for exploratory work rather than production pipelines.","worth_installing":"Yes, if you need to surgically remove nodes from ONNX graphs and accept the trade-off of limited test coverage. Install friction is minimal and the MIT license is unrestrictive. The aging maintenance status and author's caveat about bugs mean it is best for ad-hoc model editing rather than critical production pipelines; for complex graph surgery, verify behavior on your specific models first."},"id":"snd4onnx","links":{"html":"https://skillfed.io/packages/snd4onnx","md":"https://skillfed.io/packages/snd4onnx.md","pypi":"https://pypi.org/project/snd4onnx/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-10-04","license_spdx":null,"license_treatment":"permissive","name":"snd4onnx","python_support":"supports_current","summary":"Simple node deletion tool for onnx."},"popularity":{"monthly_downloads":83427,"position":14076,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.7"}
