Skip to content

Commit 0f97888

Browse files
authored
Merge pull request tensorflow#2344 from lime62/fix_typo_md
Fix typo of g3doc
2 parents 0224ee0 + 8d1f8df commit 0f97888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_detection/g3doc/exporting_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ command from tensorflow/models/object_detection:
1212

1313
``` bash
1414
# From tensorflow/models
15-
python object_detection/export_inference_graph \
15+
python object_detection/export_inference_graph.py \
1616
--input_type image_tensor \
1717
--pipeline_config_path ${PIPELINE_CONFIG_PATH} \
1818
--trained_checkpoint_prefix ${TRAIN_PATH} \

0 commit comments

Comments
 (0)