We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1042c5 commit 72c4bdeCopy full SHA for 72c4bde
README.md
@@ -117,7 +117,7 @@ You find an end-to-end tutorial for ssd-mobilenet [here](tutorials/ConvertingSSD
117
118
We recently added support for tflite. You convert ```tflite``` models via command line, for example:
119
120
-```python -m tf2onnx.convert --opset 16 --tflite tflite--file --output model.onnx```
+```python -m tf2onnx.convert --opset 16 --tflite tflite-file --output model.onnx```
121
122
## CLI reference
123
0 commit comments