-
Notifications
You must be signed in to change notification settings - Fork 449
Comparing changes
Open a pull request
base repository: onnx/tensorflow-onnx
base: v1.13.0
head repository: onnx/tensorflow-onnx
compare: v1.14.0
- 16 commits
- 58 files changed
- 9 contributors
Commits on Nov 8, 2022
-
* Upgrade CI pipelines to support latest TF and ONNX runtime. Signed-off-by: Jay Zhang <[email protected]> * Upgrade CI pipelines to support latest TF and ONNX runtime. Signed-off-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 434b4a7 - Browse repository at this point
Copy the full SHA 434b4a7View commit details
Commits on Feb 15, 2023
-
Update the dtype since latest version of Numpy has removed str. (#2112)
* Update the dtype since latest version of Numpy has removed str. * Set Numpy to a fixed version in CI. * Update the protobuf's version in CI. * Keep h5py to a lower version for tf 1.15 in CI. Signed-off-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df37192 - Browse repository at this point
Copy the full SHA df37192View commit details
Commits on Feb 18, 2023
-
Fix Infinite Loop in constant folding (#2119)
This commit fixes a bug in the function compute_const_folding_using_tf where an already-folded StridedSlice node could set the 'update' flag to True, causing an infinite loop. A regression test was also added. The test checks for the infinite loop by setting a timeout using the timeout-decorator module from pypi. Signed-off-by: Ilya Sherstyuk <[email protected]> Co-authored-by: Ilya Sherstyuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff139a4 - Browse repository at this point
Copy the full SHA ff139a4View commit details
Commits on Feb 21, 2023
-
Update the way to install onnxconverter-common for nightly job failur…
…e. (#2122) * Install onnxconverter-common in the beginning. * Set onnxconverter-common to latest version. Signed-off-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82ae7c4 - Browse repository at this point
Copy the full SHA 82ae7c4View commit details
Commits on Mar 14, 2023
-
Update tf2onnx to support latest tf version. (#2131)
* Add tflite updates caused by tf 2.11. * Fix SIGN op issue for tf2.11. * Remove unused attribute of ConvTransposeWithDynamicPads op. * Add CI tests for tf 2.11.0. Signed-off-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2781a32 - Browse repository at this point
Copy the full SHA 2781a32View commit details
Commits on Mar 15, 2023
-
Allow --extra_opset to accept a list of extra opsets. (#2136)
Signed-off-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7d49c7 - Browse repository at this point
Copy the full SHA f7d49c7View commit details -
Fix the axis of inserted QDQ for ConvTranspose (#2134)
The quantization axis of QDQ nodes that are being inserted before the kernel weights of all Conv nodes is currently 0. This is incorrect; ConvTranspose requires axis=1. Signed-off-by: Sirej Dua <[email protected]> Co-authored-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce29107 - Browse repository at this point
Copy the full SHA ce29107View commit details
Commits on Mar 16, 2023
-
Adding tf.strings.reduce_join mapping (#2091)
* Add support to tf.strings.reduce_join * Support for ReduceJoin op * unit test for reduce_join Signed-off-by: Salvetti, Francesco <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 535f74c - Browse repository at this point
Copy the full SHA 535f74cView commit details -
A fix for seed attribute in the keras random normal generator (#2126)
* A fix for seed field in the tf.keras random normal generator. The seed field was not passing to the converted onnx model due to that it exists in seed2 attribute instead of seed and its type is Integer and not float. --------- Signed-off-by: inonbe <[email protected]> Co-authored-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f918ab - Browse repository at this point
Copy the full SHA 5f918abView commit details -
Fix ResizeBilinear and ResizeNearestNeighbor and update related tests (…
…#2130) 1) Fix tf ResizeBilinear and ResizeNearestNeighbor op with align_corners=True or half_pixel_centers=True 2) Update related tests to make input data include x.5 and add tests for align_corners=True Signed-off-by: cosine <[email protected]> Co-authored-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec01956 - Browse repository at this point
Copy the full SHA ec01956View commit details
Commits on Mar 18, 2023
-
Update Resize (opset 11) layer to support scales option when dims are…
… defined (#2137) Signed-off-by: Quentin Muller <[email protected]> Co-authored-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5708e10 - Browse repository at this point
Copy the full SHA 5708e10View commit details
Commits on Mar 20, 2023
-
Fix issue #2102: Set reduction axis of mean to height and width for a…
…djust_contrast op (#2140) Signed-off-by: cosine <[email protected]> Co-authored-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa6db66 - Browse repository at this point
Copy the full SHA fa6db66View commit details
Commits on Mar 22, 2023
-
* support cumprod op --------- Signed-off-by: Francesco Salvetti <[email protected]> Co-authored-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de939f3 - Browse repository at this point
Copy the full SHA de939f3View commit details
Commits on Mar 23, 2023
-
Fix code to enable opset 18 and latest onnxruntime. (#2143)
1. Update Split attributes for opset 18. 2. Update all Reduce* ops for opset 18. 3. Update transpose_optimizer for opset 18. 4. Enable opset 18 in CI tests. --------- Signed-off-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25ebdee - Browse repository at this point
Copy the full SHA 25ebdeeView commit details
Commits on Mar 28, 2023
-
Change the default opset to 15. (#2145)
* Change the default opset to 15. * Update the ONNX version for one CI test. Signed-off-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d071d17 - Browse repository at this point
Copy the full SHA d071d17View commit details -
Prepare updates for release 1.14.0. (#2147)
* Update version information for a new release 1.14.0. --------- Signed-off-by: Jay Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f8d49a - Browse repository at this point
Copy the full SHA 8f8d49aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.13.0...v1.14.0