Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-03-28 | 2.0 kB | |
tf2onnx-1.14.0.tar.gz | 2023-03-28 | 20.4 MB | |
tf2onnx-1.14.0.zip | 2023-03-28 | 20.7 MB | |
Totals: 3 Items | 41.0 MB | 1 |
What's Changed
- Update the dtype since latest version of Numpy has removed str. by @fatcat-z in https://github.com/onnx/tensorflow-onnx/pull/2112
- Fix Infinite Loop in constant folding by @ilyasher in https://github.com/onnx/tensorflow-onnx/pull/2119
- Update tf2onnx to support TensorFlow 2.11. by @fatcat-z in https://github.com/onnx/tensorflow-onnx/pull/2131
- Allow --extra_opset to accept a list of extra opsets. by @fatcat-z in https://github.com/onnx/tensorflow-onnx/pull/2136
- Fix the axis of inserted QDQ for ConvTranspose by @sdua-nv in https://github.com/onnx/tensorflow-onnx/pull/2134
- Adding tf.strings.reduce_join mapping by @fsalv in https://github.com/onnx/tensorflow-onnx/pull/2091
- A fix for seed attribute in the keras random normal generator by @inonbe in https://github.com/onnx/tensorflow-onnx/pull/2126
- Fix ResizeBilinear and ResizeNearestNeighbor and update related tests by @cosineFish in https://github.com/onnx/tensorflow-onnx/pull/2130
- Update Resize (opset 11) layer to support scales option when dims are… by @qant-um in https://github.com/onnx/tensorflow-onnx/pull/2137
- Fix issue [#2102]: Set reduction axis of mean to height and width for tf adjust_contrast op by @cosineFish in https://github.com/onnx/tensorflow-onnx/pull/2140
- support cumprod op by @f-salvetti in https://github.com/onnx/tensorflow-onnx/pull/2133
- Support ONNXRUNTIME 1.14 and opset 18. by @fatcat-z in https://github.com/onnx/tensorflow-onnx/pull/2143
- Change the default opset to 15. by @fatcat-z in https://github.com/onnx/tensorflow-onnx/pull/2145
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