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.
1 parent 84cfa03 commit efb4bd6Copy full SHA for efb4bd6
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