Skip to content

Releases: PINTO0309/simple-onnx-processing-tools

1.0.22

15 May 13:17
Compare
Choose a tag to compare
  • sed4onnx release
  • eval() -> ast.literal_eval()

1.0.21

15 May 04:54
2b01473
Compare
Choose a tag to compare
  • sit4onnx 1.0.3
    • Allow static fixed shapes to be specified when dimensions other than batch size are undefined.
    • Bug fixes.

1.0.20

14 May 16:22
a4e373c
Compare
Choose a tag to compare
  • sit4onnx 1.0.2
    • Add an interface to allow arbitrary test data to be specified as input parameters.
      1. numpy.ndarray
      2. numpy file

1.0.19

13 May 15:58
ffb263e
Compare
Choose a tag to compare
  • sor4onnx v1.0.1
  • Added Rename mode
mode: Optional[str]
    Specifies the type of node to be replaced.
    full or inputs or outputs.

    full: Rename all nodes.
    inputs: Rename only the input node.
    outputs: Rename only the output node.

    Default: full

1.0.18

13 May 12:21
Compare
Choose a tag to compare
  • 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.

1.0.17

12 May 13:42
9220029
Compare
Choose a tag to compare
  • sit4onnx release

1.0.16

12 May 06:22
e235843
Compare
Choose a tag to compare
  • sam4onnx 1.0.5
    • Fixed a bug that caused rewriting of direct constants to fail

1.0.15

11 May 23:43
cd4cd55
Compare
Choose a tag to compare

1.0.14

11 May 14:54
5239aba
Compare
Choose a tag to compare

1.0.13

10 May 14:33
e4a251c
Compare
Choose a tag to compare
  • scc4onnx 1.0.2
    • Modified to give op_name to extrapolated Transpose
      • e.g. input_order_convert_transpose_0, input_order_convert_transpose_1, ...