"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "bf1c026666ba8955563138d33e7c71c4f9df980f"
Unverified Commit 936e3c19 authored by Double_V's avatar Double_V Committed by GitHub
Browse files

Merge pull request #151 from LDOUBLEV/fixocr

fix unvalid link in detection.md
parents dc7bd04e 5e00634c
...@@ -54,7 +54,7 @@ python3 tools/train.py -c configs/det/det_mv3_db.yml ...@@ -54,7 +54,7 @@ python3 tools/train.py -c configs/det/det_mv3_db.yml
``` ```
上述指令中,通过-c 选择训练使用configs/det/det_db_mv3.yml配置文件。 上述指令中,通过-c 选择训练使用configs/det/det_db_mv3.yml配置文件。
有关配置文件的详细解释,请参考[链接](./doc/config.md) 有关配置文件的详细解释,请参考[链接](./config.md)
您也可以通过-o参数在不需要修改yml文件的情况下,改变训练的参数,比如,调整训练的学习率为0.0001 您也可以通过-o参数在不需要修改yml文件的情况下,改变训练的参数,比如,调整训练的学习率为0.0001
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment