Skip to content

Commit 1f7a828

Browse files
author
wayuanho
committed
update readme
1 parent 11b2b8f commit 1f7a828

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ tf2onnx - Convert TensorFlow models to ONNX.
33

44
| Build Type | OS | Python | Tensorflow | Onnx opset | Status |
55
| --- | --- | --- | --- | --- | --- |
6-
| Unit Test - Basic | Linux, MacOS<sup>\*</sup>, Windows<sup>\*</sup> | 3.5, 3.6 | 1.5-1.13 | 7-10 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test?branchName=master)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=master) |
7-
| Unit Test - Full | Linux, MacOS, Windows | 3.5, 3.6, 3.7 | 1.5-1.13 | 7-10 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test-matrix?branchName=master)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=master) | |
6+
| Unit Test - Basic | Linux, MacOS<sup>\*</sup>, Windows<sup>\*</sup> | 3.5, 3.6 | 1.5-1.14 | 7-10 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test?branchName=master)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=master) |
7+
| Unit Test - Full | Linux, MacOS, Windows | 3.5, 3.6, 3.7 | 1.5-1.14 | 7-10 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test-matrix?branchName=master)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=master) | |
88

9-
<a name="build_status_footnote">\*</a> Only test on python3.6, TF1.13.
9+
<a name="build_status_footnote">\*</a> Only test on python3.6, TF1.14.
1010

1111
# Supported ONNX version
1212
tensorflow-onnx will use the ONNX version installed on your system and installs the latest ONNX version if none is found.
@@ -51,7 +51,7 @@ For pytorch/caffe2, follow the instructions here:
5151
We tested with pytorch/caffe2 and onnxruntime and unit tests are passing for those.
5252

5353
## Supported Tensorflow and Python Versions
54-
We are testing with tensorflow 1.5-1.13 and anaconda **3.5,3.6,3.7**.
54+
We are testing with tensorflow 1.5-1.14 and anaconda **3.5,3.6,3.7**.
5555

5656
# Installation
5757
## From pypi

0 commit comments

Comments
 (0)