tensorflow-onnx

Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX

APACHE-2.0 License

Downloads
368.9K
Stars
2.3K
Committers
99

Bot releases are hidden (Show)

tensorflow-onnx - v1.16.1 Latest Release

Published by fatcat-z 9 months ago

What's Changed

Full Changelog: https://github.com/onnx/tensorflow-onnx/compare/v1.16.0...v1.16.1

tensorflow-onnx - V1.16.0

Published by fatcat-z 10 months ago

What's Changed

A huge thank you to our community for this release!

  • @MaximeChurin
  • @Gerstenberger
  • @jcwchen

Full Changelog: https://github.com/onnx/tensorflow-onnx/compare/v1.15.1...v1.16.0

tensorflow-onnx - v1.15.1

Published by fatcat-z about 1 year ago

What's Changed

A huge thank you to our community for this release!

  • @yan12125

Full Changelog: https://github.com/onnx/tensorflow-onnx/compare/v1.15.0...v1.15.1

tensorflow-onnx - v1.15.0

Published by fatcat-z about 1 year ago

What's Changed

A huge thank you to our community for this release!

  • @klasma
  • @mikeessen
  • @DLumi
  • @javidcf
  • @pagran
  • @shreyas-bk

Full Changelog: https://github.com/onnx/tensorflow-onnx/compare/v1.14.0...v1.15.0

tensorflow-onnx - tf2onnx-1.14.0

Published by fatcat-z over 1 year ago

What's Changed

A huge thank you to our community for this release!

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

Full Changelog: https://github.com/onnx/tensorflow-onnx/compare/v1.13.0...v1.14.0

tensorflow-onnx - tf2onnx-1.13.0

Published by fatcat-z almost 2 years ago

What's Changed

A huge thank you to our community for this release!

GregoryMorse

Full Changelog: https://github.com/onnx/tensorflow-onnx/compare/v1.12.1...v1.13.0

tensorflow-onnx - tf2onnx-1.12.1

Published by fatcat-z about 2 years ago

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

tensorflow-onnx - tf2onnx-1.12.0

Published by hwangdeyu about 2 years ago

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

A huge thank you to our community for this release!

janbernloehr, andife , shesung, vvolhejn, southfreebird

Full Changelog: https://github.com/onnx/tensorflow-onnx/compare/v1.11.1...v1.12.0

tensorflow-onnx - tf2onnx-1.11.1

Published by hwangdeyu over 2 years ago

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: https://github.com/onnx/tensorflow-onnx/compare/v1.10.1...v1.11.1

A huge thank you to our community for this release!

FrankD412, jcwchen

tensorflow-onnx - tf2onnx-1.10.1

Published by hwangdeyu over 2 years ago

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: https://github.com/onnx/tensorflow-onnx/compare/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

tensorflow-onnx - tf2onnx-1.9.3

Published by guschmue almost 3 years ago

Summary

  • added support for opset-15
  • added support for tf-2.7
  • misc fixes

Changes since tf2onnx-1.9.2

Full Changelog: https://github.com/onnx/tensorflow-onnx/compare/v1.9.2...v1.9.3

A huge thank you to our community for this release!

leimao,mateusztabaka,q-ycong-p

tensorflow-onnx - tf2onnx-1.9.2

Published by guschmue about 3 years ago

Summary

  • support for tf-2.6 (required some change for models >2GB and tflite)
  • experimental support for tensorflow.js
  • support for tf.signal.rfft
  • we added all unit tests from keras-onnx to prevent regressions when transitioning from keras-onnx to tf2onnx
  • misc fixes

Changes since tf2onnx-1.9.1

A huge thank you to our contributors for this release!

tensorflow-onnx - tf2onnx-1.9.1

Published by guschmue over 3 years ago

Summary

Fixes, support for opset-14, improved keras support

Changes since 1.8.5

A huge thank you to our contributors for this release!

zerollzeng,calvinmccarter-at-lightmatter,iizukak

tensorflow-onnx - tf2onnx-1.8.5

Published by guschmue over 3 years ago

Summary

Fixes, support for tf-2.5, improved keras support

Changes since tf2onnx-1.8.4

A huge thank you to our contributors for this release!

BBuf, calvinmccarter-at-lightmatter

tensorflow-onnx - tf2onnx-1.8.4

Published by guschmue over 3 years ago

Summary

  • new, simplified python api (see here)
  • support for structured outputs so output names of keras model are the same as keras output names
  • examples for tflite and keras

Changes since tf2onnx-1.8.3

A huge thank you to our contributors for this release!

mateusztabaka

tensorflow-onnx - tf2onnx-1.8.3

Published by guschmue over 3 years ago

Summary

Final touches for tflite support, support for more tf ops, fixes

Changes since 1.8.2

A huge thank you to our contributors for this release!

mateusztabaka

tensorflow-onnx - tf2onnx-1.8.2

Published by guschmue over 3 years ago

Summary

Fixes, initial support for tflite->onnx conversion

Changes since 1.8.1

A huge thank you to our contributors for this release!

szha

tensorflow-onnx - tf2onnx-1.8.1

Published by guschmue almost 4 years ago

Summary

opset-13 support, bug fixes

Changes since tf2onnx-1.7.2

A huge thank you to our contributors for this release!

liangkaihuan, zzpmiracle, NikolasMarkou, buddhapuneeth, wangqiaoshi

tensorflow-onnx - tf2onnx-1.7.2

Published by guschmue almost 4 years ago

Summary

Fixes and changes to how we use onnx shape inference needed for onnx-1.8

Changes since v1.7.1

A huge thank you to our contributors for this release!

NikolasMarkou

tensorflow-onnx - tf2onnx-1.7.1

Published by guschmue about 4 years ago

Summary

large model support, conversion performance improvements and fixes.

Changes since v1.6.3

A huge thank you to our contributors for this release!

bedapisl, peterjc123, peri044, NikolasMarkou, phager90, charlieguo0307, ralovich, phager90

Package Rankings
Top 6.33% on Proxy.golang.org
Top 1.01% on Pypi.org
Top 15.33% on Conda-forge.org
Badges
Extracted from project README
Build Status Build Status