We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 176536f + efb4bd6 commit f487e5aCopy full SHA for f487e5a
tf2onnx/convert.py
@@ -23,7 +23,7 @@
23
_HELP_TEXT = """
24
Usage Examples:
25
26
-python -m tf2onnx.convert --saved_model saved_model_dir --output model.onnx
+python -m tf2onnx.convert --saved-model saved_model_dir --output model.onnx
27
python -m tf2onnx.convert --input frozen_graph.pb --inputs X:0 --outputs output:0 --output model.onnx
28
python -m tf2onnx.convert --checkpoint checkpoint.meta --inputs X:0 --outputs output:0 --output model.onnx
29
0 commit comments