Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit 0fb0225

Browse files
authored
13 -> 11
1 parent 78321ea commit 0fb0225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ $ tflite2tensorflow \
536536
--output_tftrt_float32 \
537537
--output_tftrt_float16 \
538538
--output_onnx \
539-
--onnx_opset 13 \
539+
--onnx_opset 11 \
540540
--output_openvino_and_myriad
541541
```
542542
or
@@ -558,7 +558,7 @@ $ tflite2tensorflow \
558558
--output_tftrt_float32 \
559559
--output_tftrt_float16 \
560560
--output_onnx \
561-
--onnx_opset 13
561+
--onnx_opset 11
562562
```
563563
### 4-4. Check the contents of the .npy file, which is a binary version of the image file
564564
```

0 commit comments

Comments
 (0)