Skip to content

Releases: PINTO0309/simple-onnx-processing-tools

1.1.22

24 Jun 06:04
cbf0497
Compare
Choose a tag to compare

sog4onnx v1.0.16 https://github.com/PINTO0309/sog4onnx

  • Supports OP generation for TensorRT Plugin.
    • Support for bool
    • OPs with _TRT at the end of OP Type are now skipped from checking by ONNX.

image

Full Changelog: 1.1.21...1.1.22

1.1.21

05 May 10:58
5af93c0
Compare
Choose a tag to compare

1.1.20

02 May 06:49
f2d5487
Compare
Choose a tag to compare
  • sam4onnx v1.0.14 https://github.com/PINTO0309/sam4onnx
    • Support for recursive search of subgraphs of If OP.
    • Enhanced functionality to allow parameter rewriting even when the OP to be rewritten is in a hierarchy of multi-level subgraphs.
      • main graph
        image
      • sub graph.1
        image
      • sub graph.2
        image

Full Changelog: 1.1.19...1.1.20

1.1.19

30 Apr 10:41
9facee1
Compare
Choose a tag to compare

1.1.18

23 Mar 23:20
b8f5e97
Compare
Choose a tag to compare

1.1.17

15 Mar 09:14
6f3204b
Compare
Choose a tag to compare

1.1.16

26 Feb 17:34
76087cc
Compare
Choose a tag to compare
  • sam4onnx v1.0.13 https://github.com/PINTO0309/sam4onnx
    • Support for rewriting the output shape of operations
        -os OUTPUT_SHAPES OUTPUT_SHAPES, --output_shapes OUTPUT_SHAPES OUTPUT_SHAPES
          Specifies the name of the output to be changed. output_shapes can be specified multiple times.
          --output_shapes output_name1 shape1
          --output_shapes output_name2 shape2
      
          e.g.
          --output_shapes output_name1 [1]
          --output_shapes output_name2 [1,3,224,224]
      
  • onnx2tf v1.7.7 https://github.com/PINTO0309/onnx2tf

Full Changelog: 1.1.15...1.1.16

1.1.15

20 Feb 13:00
83c848d
Compare
Choose a tag to compare

1.1.14

25 Jan 23:38
344075a
Compare
Choose a tag to compare

1.1.13

25 Jan 11:02
c43f1cc
Compare
Choose a tag to compare