From d847650a0f1d2c619874e080cb7cd052a2798498 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Fri, 17 Jul 2020 12:30:00 +0800 Subject: [PATCH] Update detection_en.md --- doc/doc_en/detection_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/detection_en.md b/doc/doc_en/detection_en.md index 390b0ee8..e212bb46 100644 --- a/doc/doc_en/detection_en.md +++ b/doc/doc_en/detection_en.md @@ -57,7 +57,7 @@ tar xf ./pretrain_models/MobileNetV3_large_x0_5_pretrained.tar ./pretrain_models ``` **START TRAINING** -*If CPU version installed, please set the parameter `use_gpu` in the configuration to `false`.* +*If CPU version installed, please set the parameter `use_gpu` to `false` in the configuration.* ``` python3 tools/train.py -c configs/det/det_mv3_db.yml ``` -- GitLab