Releases: PINTO0309/simple-onnx-processing-tools
Releases · PINTO0309/simple-onnx-processing-tools
1.0.22
1.0.21
1.0.20
1.0.19
1.0.18
- Changed
onnx-simplifier
toextras_require
package to avoid conflicts caused by the coexistence ofonnxruntime-gpu
andonnxruntime
. - sit4onnx 1.0.1
- Returns numpy.ndarray of the last inference result as a return value when called from a Python script.
- Add
--output_numpy_file
option. Output the final inference results to a numpy file. - Add
--non_verbose
option.
1.0.17
1.0.16
1.0.15
- sbi4onnx 1.0.2
- Added model structure optimization process
- onnx-simplifier https://github.com/daquexian/onnx-simplifier
- Added model structure optimization process
1.0.14
- sbi4onnx 1.0.1
- Added avoidance process for processing exceptions for OPs of indefinite shape PINTO0309/sbi4onnx#1 @fateshelled