From 542fcfc86f63c5299ca0834a3bfb522567d9ee4b Mon Sep 17 00:00:00 2001 From: Bin Lu Date: Tue, 2 Nov 2021 19:31:50 +0800 Subject: [PATCH] Update detection_en.md --- doc/doc_en/detection_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/detection_en.md b/doc/doc_en/detection_en.md index ea95f201..68c5691c 100644 --- a/doc/doc_en/detection_en.md +++ b/doc/doc_en/detection_en.md @@ -99,7 +99,7 @@ python3 tools/train.py -c configs/det/det_mv3_db.yml -o \ # Set the GPU ID used by the '--gpus' parameter. python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/det/det_mv3_db.yml -o Global.pretrained_model=./pretrain_models/MobileNetV3_large_x0_5_pretrained -# mulit-Node, multi-GPU training +# multi-Node, multi-GPU training # Set the IPs of your nodes used by the '--ips' parameter. Set the GPU ID used by the '--gpus' parameter. python3 -m paddle.distributed.launch --ips="10.21.226.181,10.21.226.133" --gpus '0,1,2,3' tools/train.py -c configs/det/det_mv3_db.yml \ -o Global.pretrained_model=./pretrain_models/MobileNetV3_large_x0_5_pretrained -- GitLab