tf2onnx-1.8.5
Summary
Fixes, support for tf-2.5, improved keras support
Changes since tf2onnx-1.8.4
- Pin flatbuffers version 1511 (TomWildenhain-Microsoft)
- Keep inputs of placeholder with default when removing unused nodes 1510 (TomWildenhain-Microsoft)
- Add option to run_pretrained_models to save ort/tf profile 1509 (TomWildenhain-Microsoft)
- add huggingface tutorial 1508 (guschmue)
- Implement conversion of RaggedToVariant and RaggedFromVariant in loops 1503 (TomWildenhain-Microsoft)
- Add getting started sample code 1502 (TomWildenhain-Microsoft)
- Implement DivNoNan conversion 1499 (TomWildenhain-Microsoft)
- Fix bug in conv rewriter if intermediate node outputs are used 1498 (TomWildenhain-Microsoft)
- Add optimizer to push q and dq ops into place 1497 (TomWildenhain-Microsoft)
- Fix bug in transpose optimizer where node is deleted twice 1496 (TomWildenhain-Microsoft)
- Remove double reshape 1495 (TomWildenhain-Microsoft)
- Unit test for from_function with non-tensor inputs in spec 1492 (TomWildenhain-Microsoft)
- Filter structured inputs to only include TensorSpecs 1490 (TomWildenhain-Microsoft)
- Improve keras output order detection 1489 (TomWildenhain-Microsoft)
- Correct min opset of CombinedNMS to be opset 12 1488 (TomWildenhain-Microsoft)
- Add hack for legacy keras 1486 (TomWildenhain-Microsoft)
- Implement RandomStandardNormal conversion 1484 (TomWildenhain-Microsoft)
- Fix bug with BatchMatMulV2 when it has the same input twice 1483 (TomWildenhain-Microsoft)
- add huggingface/electra 1482 (guschmue)
- Fix errors in tf freezing with AssignVariableOp 1481 (TomWildenhain-Microsoft)
- Reorder keras outputs if possible 1480 (TomWildenhain-Microsoft)
- Fix bug in while shapes 1479 (TomWildenhain-Microsoft)
- Fix bug that renamed subgraph i/o twice 1478 (TomWildenhain-Microsoft)
- Improve keras API 1477 (TomWildenhain-Microsoft)
- Fix Slice that is Identity 1476 (TomWildenhain-Microsoft)
- Fix Slice conversion for nodes with multiple outputs 1473 (TomWildenhain-Microsoft)
- Make conv dilations rewriter work for dynamic pads 1470 (TomWildenhain-Microsoft)
- add more huggingface models for testing 1469 (guschmue)
- Match SpaceToBatch->Conv->BatchToSpace pattern more generally 1468 (TomWildenhain-Microsoft)
- Skip unregistering optional inputs/outputs that are empty 1467 (TomWildenhain-Microsoft)
- Handle DecodeError in tf_loader 1466 (calvinmccarter-at-lightmatter)
- Add ReduceMean/ReduceMax -> GlobalAveragePool/GlobalMaxPool optimizer 1465 (TomWildenhain-Microsoft)
- Improve perf of SegmentSum 1463 (TomWildenhain-Microsoft)
- Tom/tf 2.5 1462 (TomWildenhain-Microsoft)
- Optimize SpaceToBatchND sequence to DepthwiseConv2dNative dilations 1461 (TomWildenhain-Microsoft)
- [WIP] add tf-2.5 to ci 1460 (guschmue)
- Tom/batch to space crop 1459 (TomWildenhain-Microsoft)
- Add support for Explicit padding 1458 (TomWildenhain-Microsoft)
- Switch Einsum to Matmul when 2nd inp is constant 1457 (TomWildenhain-Microsoft)
- Remove the OneHot from SparseSoftmaxCrossEntropyWithLogits for opset >= 11 1454 (TomWildenhain-Microsoft)
- Tom/enable transpose any rank 1453 (TomWildenhain-Microsoft)
- Check shapes and dtypes in optimizer tests 1452 (TomWildenhain-Microsoft)
- Fix MaxpoolWithArgmax 1451 (TomWildenhain-Microsoft)
- Enable string tests in CI pipeline 1450 (TomWildenhain-Microsoft)
- Fix TensorListStack and Loop shapes 1448 (TomWildenhain-Microsoft)
- Skip deepcopies for large models 1446 (TomWildenhain-Microsoft)
- Fix bug in casting Log inputs 1445 (TomWildenhain-Microsoft)
- respect target argument 1444 (guschmue)
- Add support for range_given attr of QuantizeDequantizeV2 1442 (TomWildenhain-Microsoft)
- Verify dtypes against onnx type inference 1441 (TomWildenhain-Microsoft)
- Tests for onnx package 1440 (TomWildenhain-Microsoft)
- Make transpose optimizer push through unsqueeze 1436 (TomWildenhain-Microsoft)
- add onnx conv2d op group attr 1435 (BBuf)
- Prepare to enable Transpose optimizer for transposes of any rank 1433 (TomWildenhain-Microsoft)
- Fix bug in reshape_optimizer and disable silent error catching in opt… 1431 (TomWildenhain-Microsoft)
- Fix random uniform rewriter for scalar shapes 1429 (TomWildenhain-Microsoft)
- Make unit tests aggressively verify graph shape information 1427 (TomWildenhain-Microsoft)
- Make unit tests verify graph shape information 1426 (TomWildenhain-Microsoft)
- Add reshape optimizer 1425 (TomWildenhain-Microsoft)
- Refactor transpose optimizer to prepare for doing transposes of any rank 1423 (TomWildenhain-Microsoft)
- Completely clear raw_data field for external tensors 1422 (TomWildenhain-Microsoft)
- update ssl certs 1421 (guschmue)
- Add conversion for SampleDistortedBoundingBox op 1419 (TomWildenhain-Microsoft)
- Conversion for AdjustHue op 1414 (TomWildenhain-Microsoft)
- Make Transpose optimizer work for Tile op 1413 (TomWildenhain-Microsoft)
- Remove useless Reshape ops 1411 (TomWildenhain-Microsoft)
- Added more cobalt models 1410 (TomWildenhain-Microsoft)
- Only load specified signatures when loading saved models in tf1 1409 (TomWildenhain-Microsoft)
- Read hash tables for tf1 models 1408 (TomWildenhain-Microsoft)