Skip to content

Commit

Permalink
Fix inconsistency in export command
Browse files Browse the repository at this point in the history
  • Loading branch information
sglvladi committed Sep 13, 2021
1 parent 6770aff commit 7fce10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ will be later used to perform the object detection. This can be done as follows:

.. code-block:: default
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
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
After the above process has completed, you should find a new folder ``my_model`` under the
``training_demo/exported-models``, that has the following structure:
Expand Down

0 comments on commit 7fce10c

Please sign in to comment.