Skip to content

Commit 03bc3b7

Browse files
authored
Fix TF2ONNX Example SSD MobileNet V1 (#1440)
Signed-off-by: zehao-intel <zehao.huang@intel.com>
1 parent 0368dc6 commit 03bc3b7

File tree

1 file changed

+1
-1
lines changed
  • examples/tensorflow/object_detection/tensorflow_models/ssd_mobilenet_v1/export

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tensorflow>=2.11.1
22
intel-extension-for-tensorflow[cpu]
33
tf2onnx
4-
onnx>=1.13.0
4+
onnx==1.14.1
55
onnxruntime
66
onnxruntime-extensions; python_version < '3.11'

0 commit comments

Comments
 (0)