You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add opset-15
Signed-off-by: Guenther Schmuelling <[email protected]>
* add opset-15 to ut
Signed-off-by: Guenther Schmuelling <[email protected]>
* remove opset-8 from ci
Signed-off-by: Guenther Schmuelling <[email protected]>
* adjust onnx version for keras ut
Signed-off-by: Guenther Schmuelling <[email protected]>
* more version adjustments for keras ut
Signed-off-by: Guenther Schmuelling <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ The common issues we run into we try to document here [Troubleshooting Guide](Tr
17
17
18
18
| Build Type | OS | Python | Tensorflow | ONNX opset | Status |
19
19
| --- | --- | --- | --- | --- | --- |
20
-
| Unit Test - Basic | Linux, MacOS<sup>\*</sup>, Windows<sup>\*</sup> | 3.6-3.9 | 1.12-1.15, 2.1-2.6 |8-14|[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=master)|
21
-
| Unit Test - Full | Linux, MacOS, Windows | 3.6-3.9 | 1.12-1.15, 2.1-2.6 |8-14|[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=master)||
20
+
| Unit Test - Basic | Linux, MacOS<sup>\*</sup>, Windows<sup>\*</sup> | 3.6-3.9 | 1.12-1.15, 2.1-2.6 |9-15|[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=master)|
21
+
| Unit Test - Full | Linux, MacOS, Windows | 3.6-3.9 | 1.12-1.15, 2.1-2.6 |9-15|[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=master)||
22
22
<br/>
23
23
24
24
## Supported Versions
@@ -27,7 +27,7 @@ The common issues we run into we try to document here [Troubleshooting Guide](Tr
27
27
28
28
tf2onnx will use the ONNX version installed on your system and installs the latest ONNX version if none is found.
29
29
30
-
We support and test ONNX opset-8 to opset-14. opset-6 and opset-7 should work but we don't test them.
30
+
We support and test ONNX opset-9 to opset-15. opset-6 to opset-8 should work but we don't test them.
31
31
By default we use ```opset-9``` for the resulting ONNX graph since most runtimes will support opset-9.
32
32
33
33
If you want the graph to be generated with a specific opset, use ```--opset``` in the command line, for example ```--opset 13```.
0 commit comments