Skip to content

Commit c5231d2

Browse files
committed
fix export command
1 parent 4f43650 commit c5231d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

efficientdet/tf2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In addition, the following table includes a list of models trained with fixed 64
7676
Run the following command line to export models:
7777

7878
!rm -rf savedmodeldir
79-
!python inspector.py --mode=saved_model --model_name=efficientdet-d0 \
79+
!python inspector.py --mode=export --model_name=efficientdet-d0 \
8080
--model_dir=efficientdet-d0 --saved_model_dir=savedmodeldir \
8181
--tensorrt=FP32 --tflite=FP32 \
8282
--hparams=voc_config.yaml

0 commit comments

Comments
 (0)