Skip to content

Releases: onnx/tensorflow-onnx

v1.16.1

16 Jan 10:33
15c8103
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.16.1

V1.16.0

29 Dec 09:43
655582b
Compare
Choose a tag to compare

What's Changed

A huge thank you to our community for this release!

Full Changelog: v1.15.1...v1.16.0

v1.15.1

25 Aug 08:50
37820d9
Compare
Choose a tag to compare

What's Changed

A huge thank you to our community for this release!

Full Changelog: v1.15.0...v1.15.1

v1.15.0

22 Aug 01:24
6d6b6c7
Compare
Choose a tag to compare

What's Changed

  • Fix None shape error when one input to ConcatV2 has a shape. by @klasma in #2135
  • Change Equal 11 for string input by @mikeessen in #2149
  • Update tf_loader.py to remove unnecessary slices by @DLumi in #2159
  • Fix fusing of Conv and Mul in TransposeOptimizer (#2088) by @cosineFish in #2152
  • Support for more TensorScatter* operations by @javidcf in #2179
  • Added support for int64 -> string CategoryMapper updated by @pagran in #2181
  • Fixed group attribute in convolution op by @javidcf in #2090
  • Fix a bug that multiple (conv, batch_norm) ops could not be optimized. by @fatcat-z in #2187
  • Support bitwise ops by @f-salvetti in #2192
  • Update parent graph in loop "cond" subgraphs by @f-salvetti in #2201
  • Fix wrong shapes in loop body inputs if shape invariances are set in TF by @f-salvetti in #2203
  • Support unique_with_counts by @f-salvetti in #2195
  • Some minor fixes for keras-resnet50 tutorial by @shreyas-bk in #2207
  • Use TFLite Interpreter's public instead of private API to get tensor details by @q-ycong-p in #2204
  • Support latest version of TensorFlow (both 2.12 and 2.13) and ONNX opset 18. by @fatcat-z in #2216

A huge thank you to our community for this release!

Full Changelog: v1.14.0...v1.15.0

tf2onnx-1.14.0

28 Mar 08:09
8f8d49a
Compare
Choose a tag to compare

What's Changed

  • Update the dtype since latest version of Numpy has removed str. by @fatcat-z in #2112
  • Fix Infinite Loop in constant folding by @ilyasher in #2119
  • Update tf2onnx to support TensorFlow 2.11. by @fatcat-z in #2131
  • Allow --extra_opset to accept a list of extra opsets. by @fatcat-z in #2136
  • Fix the axis of inserted QDQ for ConvTranspose by @sdua-nv in #2134
  • Adding tf.strings.reduce_join mapping by @fsalv in #2091
  • A fix for seed attribute in the keras random normal generator by @inonbe in #2126
  • Fix ResizeBilinear and ResizeNearestNeighbor and update related tests by @cosineFish in #2130
  • Update Resize (opset 11) layer to support scales option when dims are… by @qant-um in #2137
  • Fix issue #2102: Set reduction axis of mean to height and width for tf adjust_contrast op by @cosineFish in #2140
  • support cumprod op by @f-salvetti in #2133
  • Support ONNXRUNTIME 1.14 and opset 18. by @fatcat-z in #2143
  • Change the default opset to 15. by @fatcat-z in #2145

A huge thank you to our community for this release!

ilyasher
sdua-nv
fsalv
inonbe
cosineFish
qant-um
f-salvetti

Full Changelog: v1.13.0...v1.14.0

tf2onnx-1.13.0

06 Nov 14:30
2c1db54
Compare
Choose a tag to compare

What's Changed

  • Update CLI reference doc, adjust perameters order and add output-as-nchw by @hwangdeyu in #2028
  • Update the way to get opset version for running tests. by @fatcat-z in #2033
  • Update left tests in test_subclassing for the opset version issue. by @fatcat-z in #2034
  • Fix Select op with Mul inf input to nan error by @hwangdeyu in #2035
  • Improve several issue templates by @hwangdeyu in #2043
  • Upgrade the required version for flatbuffers. by @fatcat-z in #2050
  • Remove extract_sub_graph function from tf_optimize method. by @fatcat-z in #2051
  • Replace distutils.version with packaging.version namespace. by @fatcat-z in #2056
  • Add Support for MatMulInteger by @GregoryMorse in #2072

A huge thank you to our community for this release!

GregoryMorse

Full Changelog: v1.12.1...v1.13.0

tf2onnx-1.12.1

21 Sep 07:53
f4902a4
Compare
Choose a tag to compare

Summary

  • Enabling opset 17 support.
  • Focusing on bug fix.

What's Changed

A huge thank you to our community for this release!

q-ycong-p

tf2onnx-1.12.0

31 Jul 08:46
Compare
Choose a tag to compare

Summary

  • added support for python 3.10, onnx 1.12, onnxruntime 1.12, tensorflow 2.9
  • added --outputs_as_nchw option to transpose output to from nhwc to nchw
  • enhanced optimizer and exception handing
  • improved keras pattern and ci
  • misc fixes

What's Changed

  • Transpose optimization for Softmax and LogSoftmax (fixes #1716) by @janbernloehr in #1964
  • The from_tflite() function should accept None as default value of input_names and output_names. by @fatcat-z in #1967
  • Change Loop op with maximum iterations input M equals to empty string by @hwangdeyu in #1971
  • Update README.md by @andife in #1976
  • Update CONTRIBUTING.md by @andife in #1978
  • Update Keras related tests to support latest TF version. by @fatcat-z in #1980
  • Fix a test issue in keras2onnx_application_tests.yml. by @fatcat-z in #1982
  • L2_NORMALIZATION support for tflite by @shesung in #1989
  • Replace deprecated np.object with object by @vvolhejn in #1990
  • Implement --outputs_as_nchw option to transpose output to from nhwc to nchw by @hwangdeyu in #1979
  • Fix transpose split optimize attr when opset >=13 by @hwangdeyu in #1996
  • Skip existing const node in _parse_graph_input by @q-ycong-p in #2000
  • Add handling of HardSigmoid recurrent activation for Keras LSTM by @q-ycong-p in #2001
  • Add more tests for tf 2.9.x into CI pipelines. by @fatcat-z in #2009
  • Fix problem with adding more than one tf.newaxis at the same time by @southfreebird in #2007
  • Improve ZerosLike implementation and optimize for opset >= 9 by @hwangdeyu in #2003
  • Add newly required dependencies for latest ORT version. by @fatcat-z in #2012
  • Add support for Python310 and ORT 1.12 by @hwangdeyu in #1975
  • Increment main to 1.12, TF to 2.9 by @hwangdeyu in #2015

A huge thank you to our community for this release!

janbernloehr, andife , shesung, vvolhejn, southfreebird

Full Changelog: v1.11.1...v1.12.0

tf2onnx-1.11.1

06 Jun 04:31
Compare
Choose a tag to compare

Summary

  • added support for onnx opset 16, upgraded default opset to 13
  • removed python 3.6 check from CI tests
  • enhanced api and added new ops
  • misc fixes

Changes since tf2onnx-1.10.1

Full Changelog: v1.10.1...v1.11.1

A huge thank you to our community for this release!

FrankD412, jcwchen

tf2onnx-1.10.1

07 May 08:05
Compare
Choose a tag to compare

Summary

  • added support for tf-2.8
  • enhanced optimizer
  • added custom op example and load_op_libraries in doc
  • fixed ci to support ort version 1.11
  • misc fixes

Changes since tf2onnx-1.9.3

Full Changelog: v1.9.3...v1.10.1

A huge thank you to our community for this release!

LoicDagnas, jan-haug, mshr-h, peri044, kota-row, shelkesagar29