- Changed `onnx-simplifier` to `extras_require` package to avoid conflicts caused by the coexistence of `onnxruntime-gpu` and `onnxruntime`. - sit4onnx 1.0.1 - [x] Returns numpy.ndarray of the last inference result as a return value when called from a Python script. - [x] Add `--output_numpy_file` option. Output the final inference results to a numpy file. - [x] Add `--non_verbose` option.
1.0.17
- sit4onnx release
1.0.16
- sam4onnx 1.0.5 - Fixed a bug that caused rewriting of direct constants to fail
1.0.15
1.0.14
- sbi4onnx 1.0.1 - Added avoidance process for processing exceptions for OPs of indefinite shape https://github.com/PINTO0309/sbi4onnx/pull/1 fateshelled
1.0.13
- scc4onnx 1.0.2 - Modified to give op_name to extrapolated `Transpose` - e.g. `input_order_convert_transpose_0`, `input_order_convert_transpose_1`, ...