"doc/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "d53500149cc9c450440aff086cad3406cf395027"
Commit 62eab69d authored by LDOUBLEV's avatar LDOUBLEV
Browse files

update doc

parent 4d504da6
......@@ -76,7 +76,7 @@ You can also use `-o` to change the training parameters without modifying the ym
python3 tools/train.py -c configs/det/det_mv3_db.yml -o Optimizer.base_lr=0.0001
# multi-GPU training
# Set the GPU ID used by the '--gpus' parameter; If your paddle version has less than 2.0rc1, please use '--selected_gpus'
# Set the GPU ID used by the '--gpus' parameter; If your paddle version is less than 2.0rc1, please use '--selected_gpus'
python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/det/det_mv3_db.yml -o Optimizer.base_lr=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