Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 496 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 496 Bytes

[WIP] soc4onnx

A very simple tool that forces a change in the opset of an ONNX graph. Simple Opset Changer for ONNX.

image

$ soc4onnx \
--input_onnx_file_path NonMaxSuppression.onnx \
--output_onnx_file_path NonMaxSuppression_13.onnx \
--opset 13

image