fix unvalid link in detection.md

pull/151/head
LDOUBLEV 2020-06-08 16:41:33 +08:00
parent c3f376bdd5
commit 464b8b145a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ python3 tools/train.py -c configs/det/det_mv3_db.yml
```
上述指令中,通过-c 选择训练使用configs/det/det_db_mv3.yml配置文件。
有关配置文件的详细解释,请参考[链接](./doc/config.md)。
有关配置文件的详细解释,请参考[链接](./config.md)。
您也可以通过-o参数在不需要修改yml文件的情况下改变训练的参数比如调整训练的学习率为0.0001
```