Skip to content

1.0.18

Compare
Choose a tag to compare
@PINTO0309 PINTO0309 released this 13 May 12:21
· 322 commits to main since this release
  • Changed onnx-simplifier to extras_require package to avoid conflicts caused by the coexistence of onnxruntime-gpu and onnxruntime.
  • 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.