File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/neural_network_tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 349
349
# Install CAFFE Deps
350
350
os .system ('sudo pip3 install google==3.0.0 protobuf==3.12.4' )
351
351
# Install ONNX Deps
352
- os .system ('sudo pip3 install onnx==1.11 .0' )
352
+ os .system ('sudo pip3 install onnx==1.12 .0' )
353
353
# Install NNEF Deps
354
354
os .system ('mkdir -p ' + modelCompilerDeps + '/nnef-deps' )
355
355
os .system (
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ sudo pip3 install google==3.0.0 protobuf==3.12.4
72
72
* protobuf
73
73
* onnx
74
74
```
75
- sudo pip3 install protobuf==3.12.4 onnx==1.11 .0
75
+ sudo pip3 install protobuf==3.12.4 onnx==1.12 .0
76
76
```
77
77
** Note:**
78
78
* ONNX Models are available at [ ONNX Model Zoo] ( https://github.com/onnx/models )
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ def script_info():
279
279
# Install CAFFE Deps
280
280
os .system ('sudo pip3 install google==3.0.0 protobuf==3.12.4' )
281
281
# Install ONNX Deps
282
- os .system ('sudo pip3 install onnx==1.11 .0' )
282
+ os .system ('sudo pip3 install onnx==1.12 .0' )
283
283
# Install NNEF Deps
284
284
os .system ('mkdir -p ' + modelCompilerDeps + '/nnef-deps' )
285
285
os .system (
You can’t perform that action at this time.
0 commit comments