tf2onnx-1.14.0
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