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 4f43650 commit c5231d2Copy full SHA for c5231d2
efficientdet/tf2/README.md
@@ -76,7 +76,7 @@ In addition, the following table includes a list of models trained with fixed 64
76
Run the following command line to export models:
77
78
!rm -rf savedmodeldir
79
- !python inspector.py --mode=saved_model --model_name=efficientdet-d0 \
+ !python inspector.py --mode=export --model_name=efficientdet-d0 \
80
--model_dir=efficientdet-d0 --saved_model_dir=savedmodeldir \
81
--tensorrt=FP32 --tflite=FP32 \
82
--hparams=voc_config.yaml
0 commit comments