v1.8.0
Change Log
Major changes and updates since v1.7.0 release:
Support ONNX opset 13
- All Opset 13 operators are supported except training ops, please refer to support_status_v1_8_0.md for details.
Model zoo verification
- We now run model zoo conversion and inference verification in CI.
- The verification results are published to wiki, https://github.com/onnx/onnx-tensorflow/wiki/ModelZoo-Status-(branch=master)
Inference graph based training and examples
- We added a new training option so that an ONNX model can be trained in Tensorflow simply based on the inference graph.
- A couple of examples are provided in https://github.com/onnx/onnx-tensorflow/blob/master/example/train_onnx_model.py
Update CI
- Moved CI from travis to Github actions
- Added a new automated test for all ONNX model zoo models
Special notes
- Tensorflow 1.x is no longer supported starting ONNX-TF 1.8.0.