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
| Build Type | OS | Python | Tensorflow | Onnx opset | Status |
5
5
| --- | --- | --- | --- | --- | --- |
6
-
| Unit Test - Basic | Linux, MacOS<sup>\*</sup>, Windows<sup>\*</sup> | 3.6, 3.7 | 1.12-1.14| 7-11 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=master)|
7
-
| Unit Test - Full | Linux, MacOS, Windows | 3.6, 3.7, 3.8 | 1.12-1.14| 7-11 |[](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.6, 3.7 | 1.12-1.15, 2.1| 7-11 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=master)|
7
+
| Unit Test - Full | Linux, MacOS, Windows | 3.6, 3.7| 1.12-1.15, 2.1| 7-11 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=master)||
8
8
9
-
<aname="build_status_footnote">\*</a> Only test on python3.7, TF1.14.
10
9
11
10
# Supported Versions
12
11
## ONNX
@@ -18,8 +17,16 @@ Support for future opsets add added as they are released.
18
17
If you want the graph to be generated with a specific opset, use ```--opset``` in the command line, for example ```--opset 11```.
19
18
20
19
## Tensorflow
21
-
We support all ```tf-1.x graphs```. To keep our test matrix manageable we stopped testing tf2onnx running on top of versions older than ```tf-1.12```. tf2onnx-1.5.4 was the last version that was tested all the way back to tf-1.4.
20
+
We support all ```tf-1.x graphs```. To keep our test matrix manageable we test tf2onnx running on top of ```tf-1.12 and up```. tf2onnx-1.5.4 was the last version that was tested all the way back to tf-1.4.
22
21
22
+
There is now ```experimental support for tf-2.x```. Basic unit tests are passing as well as control flow.
23
+
Unit tests that we still need to fix are marked with ```@skip_tf2```.
24
+
GRU/LSTM's are converting but not runnable due to type/shape inference issues at runtime (working on that one).
25
+
All unit tests are running in eager mode and after execution we take the python function, make it a graph and convert this to onnx.
26
+
If running under tf-2.x we are using the tensorflow V2 controlflow.
27
+
28
+
You can install tf2onnx on top of tf-1.x or tf-2.x and convert tf-1.x or tf-2.x models.
29
+
23
30
## Python
24
31
We support Python ```3.6```, ```3.7``` and ```3.8```. tf2onnx-1.5.4 was the last release that supports Python 3.5.
0 commit comments