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
Fix issues to support latest version of TensorFlow. (#2216)
* Change _captures to captures.
* Update code to avoid keras version error.
* Add new versions of tf in CI pipeline.
* Update tflite ops definitions.
* Refactor the tests in CI pipeline.
---------
Signed-off-by: Jay Zhang <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
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.7-3.10 | 1.15, 2.1-2.11| 14-18 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=main)|
21
-
| Unit Test - Full | Linux, MacOS, Windows | 3.7-3.10 | 1.15, 2.1-2.11| 14-18 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=main)||
20
+
| Unit Test - Basic | Linux, Windows | 3.7-3.10 | 1.15, 2.8-2.13| 14-18 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=main)|
21
+
| Unit Test - Full | Linux, Windows | 3.7-3.10 | 1.15, 2.8-2.13| 14-18 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=main)||
22
22
<br/>
23
23
24
24
## Supported Versions
@@ -34,7 +34,7 @@ If you want the graph to be generated with a specific opset, use ```--opset``` i
34
34
35
35
### TensorFlow
36
36
37
-
We support ```tf-1.x graphs``` and ```tf-2.x```. To keep our test matrix manageable we test tf2onnx running on top of ```tf-1.13 or better```.
37
+
We support ```tf-1.x graphs``` and ```tf-2.x```. To keep our test matrix manageable we test tf2onnx running on top of ```tf-1.15 or better```.
38
38
39
39
When running under tf-2.x tf2onnx will use the tensorflow V2 controlflow.
0 commit comments