Skip to content

Commit 7fce10c

Browse files
committed
Fix inconsistency in export command
1 parent 6770aff commit 7fce10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/training.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ will be later used to perform the object detection. This can be done as follows:
637637

638638
.. code-block:: default
639639
640-
python .\exporter_main_v2.py --input_type image_tensor --pipeline_config_path .\models\my_efficientdet_d1\pipeline.config --trained_checkpoint_dir .\models\my_efficientdet_d1\ --output_directory .\exported-models\my_model
640+
python .\exporter_main_v2.py --input_type image_tensor --pipeline_config_path .\models\my_ssd_resnet50_v1_fpn\pipeline.config --trained_checkpoint_dir .\models\my_ssd_resnet50_v1_fpn\ --output_directory .\exported-models\my_model
641641
642642
After the above process has completed, you should find a new folder ``my_model`` under the
643643
``training_demo/exported-models``, that has the following structure:

0 commit comments

Comments
 (0)