From f27b7edd990ca502aa2f03f05e70ea317eaa1c6c Mon Sep 17 00:00:00 2001 From: yukavio Date: Sat, 19 Sep 2020 16:22:11 +0000 Subject: [PATCH] refine slim prune doc --- deploy/slim/prune/README_en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/slim/prune/README_en.md b/deploy/slim/prune/README_en.md index 163754e5..d854c107 100644 --- a/deploy/slim/prune/README_en.md +++ b/deploy/slim/prune/README_en.md @@ -175,6 +175,7 @@ python deploy/slim/prune/pruning_and_finetune.py -c configs/det/det_mv3_db.yml - ## Export inference model After getting the model after pruning and finetuning we, can export it as inference_model for predictive deployment: + ```bash python deploy/slim/prune/export_prune_model.py -c configs/det/det_mv3_db.yml -o Global.pretrain_weights=./output/det_db/best_accuracy Global.test_batch_size_per_card=1 Global.save_inference_dir=inference_model -- GitLab