tf2onnx-1.7.2
Summary
Fixes and changes to how we use onnx shape inference needed for onnx-1.8
Changes since v1.7.1
- fix shape inference for onnx-1.8 1165 (guschmue)
- Fix parsing of Sparse ops 1164 (TomWildenhain-Microsoft)
- Added conversions for Segment ops 1161 (TomWildenhain-Microsoft)
- Implemented conversion of DynamicStitch 1160 (TomWildenhain-Microsoft)
- Added support for DynamicPartition 1159 (TomWildenhain-Microsoft)
- Update pipeline run_pretrained_models to use tf 2.3.0 1155 (TomWildenhain-Microsoft)
- Fixed regression for SelectV2 when shape is unknown 1154 (TomWildenhain-Microsoft)
- Added output_frozen_graph flag and marked --fold_const as deprecated 1151 (TomWildenhain-Microsoft)
- Fixed bug with ConvTranspose 1150 (TomWildenhain-Microsoft)
- Enabled test_hashtable_lookup for tf2 1149 (TomWildenhain-Microsoft)
- Set aggressive inlining to true 1148 (TomWildenhain-Microsoft)
- Improve ConvTranspose shape inference to work with unknown batch dim 1147 (TomWildenhain-Microsoft)
- Fixed half_pixel_centers for resize_nearest_neighbor 1146 (TomWildenhain-Microsoft)
- Added constant folding for Slice nodes following a shape node of know… 1145 (TomWildenhain-Microsoft)
- Resize align corners attribute 1144 (NikolasMarkou)
- Fixed bug in some rewriters where ops list aliased to g._nodes 1143 (TomWildenhain-Microsoft)
- Added support for TensorScatterUpdate 1142 (TomWildenhain-Microsoft)
- Improved detection of conversion errors due to large models 1141 (TomWildenhain-Microsoft)
- Added more attributes to tf ignored list 1140 (TomWildenhain-Microsoft)
- Fixed bug with order of args when make large models 1139 (TomWildenhain-Microsoft)
- more tests 1138 (guschmue)
- Remove special characters from model zip for large model format 1137 (TomWildenhain-Microsoft)
- add more tests 1136 (guschmue)
- Added perf test model yaml file 1133 (TomWildenhain-Microsoft)
- Added new input_get functions to run_pretrained_models.py 1128 (TomWildenhain-Microsoft)
- Don't add identity before output if output is also a graph input 1127 (TomWildenhain-Microsoft)