File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 56
56
INSTALL_NUMPY : pip install numpy==1.19.0
57
57
NIGHTLY_BUILD_TEST : python run_all_v2.py
58
58
59
- Python38 -onnx1.11-tf2.8 :
59
+ Python37 -onnx1.11-tf2.8 :
60
60
python.version : ' 3.7'
61
61
ONNX_PATH : onnx==1.11.0
62
62
INSTALL_KERAS :
@@ -115,17 +115,17 @@ jobs:
115
115
INSTALL_NUMPY : pip install numpy==1.19.0
116
116
NIGHTLY_BUILD_TEST : python run_all_v2.py --exclude "test_keras_applications_v2.py"
117
117
118
- Python38-tf2.x :
118
+ Python38-onnx1.11- tf2.9 :
119
119
python.version : ' 3.8'
120
120
ONNX_PATH : onnx==1.11.0
121
121
INSTALL_KERAS :
122
- UNINSTALL_KERAS : pip uninstall keras -y
123
- INSTALL_TENSORFLOW : pip install tensorflow==2.5 .0
124
- INSTALL_ORT : pip install onnxruntime==1.9 .0
122
+ UNINSTALL_KERAS :
123
+ INSTALL_TENSORFLOW : pip install tensorflow==2.9 .0
124
+ INSTALL_ORT : pip install onnxruntime==1.11 .0
125
125
INSTALL_KERAS_RESNET : pip install keras-resnet
126
126
INSTALL_TRANSFORMERS : pip install transformers==3.4.0
127
- INSTALL_NUMPY : pip install numpy==1.19.0
128
- NIGHTLY_BUILD_TEST : python run_all_v2.py --exclude "test_keras_applications_v2.py"
127
+ INSTALL_NUMPY :
128
+ NIGHTLY_BUILD_TEST : python run_all_v2.py
129
129
130
130
steps :
131
131
- template : ' templates/keras2onnx_application_tests.yml'
You can’t perform that action at this time.
0 commit comments