From 4e6529950d775166fd49c9d15bb210ba955c1720 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Fri, 17 Jul 2020 12:32:16 +0800 Subject: [PATCH] Update detection_en.md --- doc/doc_en/detection_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doc_en/detection_en.md b/doc/doc_en/detection_en.md index e212bb46..280c4bf8 100644 --- a/doc/doc_en/detection_en.md +++ b/doc/doc_en/detection_en.md @@ -62,8 +62,8 @@ tar xf ./pretrain_models/MobileNetV3_large_x0_5_pretrained.tar ./pretrain_models python3 tools/train.py -c configs/det/det_mv3_db.yml ``` -In the above instruction, use `-c` to select the training to use the configs/det/det_db_mv3.yml configuration file. -For a detailed explanation of the configuration file, please refer to [link](./config_en.md). +In the above instruction, use `-c` to select the training to use the `configs/det/det_db_mv3.yml` configuration file. +For a detailed explanation of the configuration file, please refer to [config](./config_en.md). You can also use `-o` to change the training parameters without modifying the yml file. For example, adjust the training learning rate to 0.0001 ``` -- GitLab