Skip to content

Releases: onnx/tensorflow-onnx

tf2onnx-v1.6.3

27 Jul 16:19
Compare
Choose a tag to compare

Summary

This is a minor bug fix release on top of tf2onnx-v1.6.2.

Changes since v1.6.2

A huge thank you to our contributors for this release!

fixes on top of v1.6.1

22 Jun 21:53
Compare
Choose a tag to compare

Summary

This is a minor bug fix release on top of tf2onnx-v1.6.1.

Changes since v1.6.1

  • Unpack operator: fix incorrect shape #974
  • Fix graph deepcopy issue #972
  • Fix issue with shape of LSTM node #970
  • UnifyConst #969
  • support QueueDequeueManyV2 #968
  • Set output shape of ConvTranspose (Conv2DBackpropInput) correctly #966
  • update the out-dated shape in _handle_node_having_branches() #963

A huge thank you to our contributors for this release!

Buddha Puneeth Nandanoor, daquexian

1.6.1

07 Jun 18:44
Compare
Choose a tag to compare

Summary

  • support for tf-1.15
  • experimental support for tf-2.1 and tf-2.2
    (there is a remaining issues with lstm support for tf-2.x)
  • support for opset 12

Changes since v1.5.6

  • add support for tf.math.is_finite #936
  • tutorial how to convert efficientdet to onnx #937
  • enable all cond ut for tf-2.x #962
  • dims can be a list #956
  • Enable tf22 ci #955
  • MatrixDiagV1&V2&V3&MatrixSetDiagV3 #935
  • MatrixDiagPartV3: Change consts to dynamic ops #948
  • Add new pattern for RandomStandardNormal op in TF2 #949
  • Update version support for opset 12 operators #947
  • matrixdiagpartv3 #942
  • fix transpose optimizer for slice op #934
  • Add half pixel transformation to resize bilinear op #932
  • Add stacked LSTM support #925
  • Activate opset12 tests #923
  • Multiple fixes for Bert Model (fine-tuned) #929
  • Add 2 more handlers for Tranpose: Exp and Log #928
  • Support for QuantizeAndDequantize operation #919
  • Ensure scalar values only in MatrixDiagPart->Range() function #924
  • Fix UnicodeDecode error #922
  • Ignore shape inference warnings for FusedBatchNormV3:5 #916
  • Fix LSTM pattern matching for version between 1.15.0 and 2.x. #913
  • handle softplus in transpose optimizer, needed for mish #908
  • fix split in case of splits are negavitve #891
  • move some ops to generators.py, new version of supported ops doc #888
  • add tf_optimize back to tf2onnx since apps are using it #882
  • ReverseV2 - fix shape computations #909
  • Fix Transpose + Pad handler, for Keras app MobilenetV2 model #907
  • Fix GEMM to check for shape broadcast compatibility of A*B and C #906
  • Some ops for opset 12. #903
  • opset 12 support #897
  • Fix NonMaxSuppression #895
  • Support MatrixDiagPart v2 and v3 #890
  • Adds Sum(Transpose(x1), Transpose(x2),...) optimizer. #884
  • Add Keras apps, ResNet50 model test #880
  • Add getting started section to README #877
  • resolve warnings and recommendations from LGTM.com #879
  • map bfloat to float16 #878
  • refactor resize #874
  • Fix typo (no function change) #873
  • Fix scatternd - inputs bound to different type #870
  • Add fusion for Conv2D+ BatchNormalization #871
  • dynamic random #869
  • zero like bool #866
  • use same opset->ir mapping as in r1.5 branch #867

A huge thank you to our contributors

Anders Huss, Buddha Puneeth Nandanoor, Chin Huang, Dheeraj Peri, Emma Yu, Holger Finger, Johannes Dobler, Nikita Pokidyshev, PreethaVeera, Satyajith, Tian Jin, Vincent Delaitre, alexG, anttisaukko, dheerajperi, dirkbrink, mindest, simpeng, ziyuang

map ir version based on selected opset

01 Apr 16:41
Compare
Choose a tag to compare

This will prevent us from using IR7 when onnx-1.7 is released.

fixes

13 Feb 16:52
Compare
Choose a tag to compare
v1.5.5

release 1.5.5

fixes, support for tf-1.15 and opset-11

02 Jan 18:28
Compare
Choose a tag to compare
v1.5.4

new release version

minor fixes for 1.5

31 Jul 15:31
Compare
Choose a tag to compare
v1.5.3

release 1.5.3 to pypi

fixes for v1.5.1

17 Jul 15:12
Compare
Choose a tag to compare
v1.5.2

pypi 1.5.2 release

fixes and opset10 support

16 May 14:59
64423cd
Compare
Choose a tag to compare
Merge pull request #526 from zhijxu-MS/bert_bug

fix bug

fixes and opset9 support

01 Apr 15:21
Compare
Choose a tag to compare
v1.4.1

push v1.4.1 to pypi