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 5656 INSTALL_NUMPY : pip install numpy==1.19.0
5757 NIGHTLY_BUILD_TEST : python run_all_v2.py
5858
59- Python38 -onnx1.11-tf2.8 :
59+ Python37 -onnx1.11-tf2.8 :
6060 python.version : ' 3.7'
6161 ONNX_PATH : onnx==1.11.0
6262 INSTALL_KERAS :
@@ -115,17 +115,17 @@ jobs:
115115 INSTALL_NUMPY : pip install numpy==1.19.0
116116 NIGHTLY_BUILD_TEST : python run_all_v2.py --exclude "test_keras_applications_v2.py"
117117
118- Python38-tf2.x :
118+ Python38-onnx1.11- tf2.9 :
119119 python.version : ' 3.8'
120120 ONNX_PATH : onnx==1.11.0
121121 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
125125 INSTALL_KERAS_RESNET : pip install keras-resnet
126126 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
129129
130130 steps :
131131 - template : ' templates/keras2onnx_application_tests.yml'
You can’t perform that action at this time.
0 commit comments