File tree Expand file tree Collapse file tree 4 files changed +69
-23
lines changed Expand file tree Collapse file tree 4 files changed +69
-23
lines changed Original file line number Diff line number Diff line change 1
- name : Keras2onnx Application Tests (CI)
1
+ name : Keras2onnx App Test (CI)
2
2
3
3
on :
4
4
pull_request :
@@ -18,12 +18,28 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- tf_version : ['2.9.0', '2.13.0']
22
- python_version : ['3.8', '3.9']
21
+ name :
22
+ - ' py38-tf2.9'
23
+ - ' py39-tf2.10'
24
+ - ' py39-tf2.15'
25
+ - ' py310-tf2.14'
26
+ os : ['ubuntu-latest', 'windows-2022']
23
27
opset_version : ['18', '15']
24
28
ort_version : ['1.16.3']
25
- onnx_version : ['1.15.0']
26
- os : ['ubuntu-latest', 'windows-2022']
29
+ onnx_version : ['1.16.1']
30
+ include :
31
+ - name : ' py38-tf2.9'
32
+ tf_version : ' 2.9.0'
33
+ python_version : ' 3.8'
34
+ - name : ' py39-tf2.10'
35
+ tf_version : ' 2.10.0'
36
+ python_version : ' 3.9'
37
+ - name : ' py39-tf2.15'
38
+ tf_version : ' 2.15.0'
39
+ python_version : ' 3.9'
40
+ - name : ' py310-tf2.14'
41
+ tf_version : ' 2.14.0'
42
+ python_version : ' 3.10'
27
43
28
44
runs-on : ${{ matrix.os }}
29
45
Original file line number Diff line number Diff line change 1
- name : Keras2onnx Unit Tests (CI)
1
+ name : Keras2onnx Unit Test (CI)
2
2
3
3
on :
4
4
pull_request :
@@ -18,12 +18,28 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- tf_version : ['2.9.0', '2.13.0']
22
- python_version : ['3.8', '3.9']
21
+ name :
22
+ - ' py38-tf2.9'
23
+ - ' py39-tf2.10'
24
+ - ' py39-tf2.15'
25
+ - ' py310-tf2.14'
26
+ os : ['ubuntu-latest', 'windows-2022']
23
27
opset_version : ['18', '15']
24
28
ort_version : ['1.16.3']
25
- onnx_version : ['1.15.0']
26
- os : ['ubuntu-latest', 'windows-2022']
29
+ onnx_version : ['1.16.1']
30
+ include :
31
+ - name : ' py38-tf2.9'
32
+ tf_version : ' 2.9.0'
33
+ python_version : ' 3.8'
34
+ - name : ' py39-tf2.10'
35
+ tf_version : ' 2.10.0'
36
+ python_version : ' 3.9'
37
+ - name : ' py39-tf2.15'
38
+ tf_version : ' 2.15.0'
39
+ python_version : ' 3.9'
40
+ - name : ' py310-tf2.14'
41
+ tf_version : ' 2.14.0'
42
+ python_version : ' 3.10'
27
43
28
44
runs-on : ${{ matrix.os }}
29
45
Original file line number Diff line number Diff line change @@ -18,24 +18,34 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
+ name :
22
+ - ' py38-tf2.9'
23
+ - ' py39-tf2.9'
24
+ - ' py39-tf2.15'
25
+ - ' py310-tf2.15'
21
26
opset_version : ['18', '15']
22
27
ort_version : ['1.16.3']
23
28
onnx_version : ['1.16.1']
24
29
include :
25
- - tf_version : ' 2.9.0'
30
+ - name : ' py38-tf2.9'
31
+ tf_version : ' 2.9.0'
26
32
python_version : ' 3.8'
27
- - tf_version : ' 2.9.0'
33
+ - name : ' py39-tf2.9'
34
+ tf_version : ' 2.9.0'
28
35
python_version : ' 3.9'
29
- - tf_version : ' 2.15.0'
36
+ - name : ' py39-tf2.15'
37
+ tf_version : ' 2.15.0'
30
38
python_version : ' 3.9'
31
- # - tf_version: '2.15.0'
32
- # python_version: '3.10'
33
- # - tf_version: '1.15.5'
34
- # python_version: '3.7'
35
- # os: 'ubuntu-latest'
36
- # opset_version: '15'
37
- # ort_version: '1.14.1'
38
- # onnx_version: '1.14.1'
39
+ - name : ' py310-tf2.15'
40
+ tf_version : ' 2.15.0'
41
+ python_version : ' 3.10'
42
+ - name : ' py37-tf1.15'
43
+ tf_version : ' 1.15.5'
44
+ python_version : ' 3.7'
45
+ os : ' ubuntu-latest'
46
+ opset_version : ' 15'
47
+ ort_version : ' 1.14.1'
48
+ onnx_version : ' 1.14.1'
39
49
40
50
runs-on : ubuntu-latest
41
51
Original file line number Diff line number Diff line change 1
- name : Unit Tests (CI)
1
+ name : Unit Test (CI)
2
2
3
3
on :
4
4
pull_request :
@@ -20,17 +20,21 @@ jobs:
20
20
matrix :
21
21
name :
22
22
- ' py38-tf2.9'
23
+ - ' py39-tf2.10'
23
24
- ' py39-tf2.15'
24
25
- ' py310-tf2.15'
25
26
os : ['ubuntu-latest', 'windows-2022']
26
- opset_version : [18, 15 ]
27
+ opset_version : ['18', '15' ]
27
28
ort_version : ['1.16.3']
28
29
onnx_version : ['1.16.1']
29
30
skip_tflite : ['False']
30
31
include :
31
32
- name : ' py38-tf2.9'
32
33
tf_version : ' 2.9.0'
33
34
python_version : ' 3.8'
35
+ - name : ' py39-tf2.10'
36
+ tf_version : ' 2.10.0'
37
+ python_version : ' 3.9'
34
38
- name : ' py39-tf2.15'
35
39
tf_version : ' 2.15.0'
36
40
python_version : ' 3.9'
You can’t perform that action at this time.
0 commit comments