From e460951ba435561971801ca801f27f65d2b0490c Mon Sep 17 00:00:00 2001 From: Andreas Fehlner Date: Sat, 5 Jul 2025 07:30:35 +0200 Subject: [PATCH] Update README.md Signed-off-by: Andreas Fehlner --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 719b99e1b..e263405cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ - + # tf2onnx - Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX. @@ -15,10 +19,10 @@ The common issues we run into we try to document here [Troubleshooting Guide](Tr
-| Build Type | OS | Python | TensorFlow | ONNX opset | Status | +| Build Type | OS | Python | TensorFlow | ONNX opset | | --- | --- | --- | --- | --- | --- | -| Unit Test - Basic | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test?branchName=main)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=main) | -| Unit Test - Full | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test-matrix?branchName=main)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=main) | | +| Unit Test - Basic | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 | +| Unit Test - Full | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 |
## Supported Versions