Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#151 from LDOUBLEV/fixocr
Browse files Browse the repository at this point in the history
fix unvalid link in detection.md
  • Loading branch information
LDOUBLEV committed Jun 8, 2020
2 parents dc7bd04 + 5e00634 commit 936e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 936e3c1

Please sign in to comment.