Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
542fcfc8
You need to sign in or sign up before continuing.
Unverified
Commit
542fcfc8
authored
Nov 02, 2021
by
Bin Lu
Committed by
GitHub
Nov 02, 2021
Browse files
Update detection_en.md
parent
cf83fc42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/doc_en/detection_en.md
doc/doc_en/detection_en.md
+1
-1
No files found.
doc/doc_en/detection_en.md
View file @
542fcfc8
...
@@ -99,7 +99,7 @@ python3 tools/train.py -c configs/det/det_mv3_db.yml -o \
...
@@ -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.
# 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
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
# mul
i
t-Node, multi-GPU training
# mult
i
-Node, multi-GPU training
# Set the IPs of your nodes used by the '--ips' parameter. Set the GPU ID used by the '--gpus' parameter.
# 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
\
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
-o
Global.pretrained_model
=
./pretrain_models/MobileNetV3_large_x0_5_pretrained
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment