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
ModelZoo
SOLOv2-pytorch
Commits
12003485
Commit
12003485
authored
Oct 08, 2018
by
Kai Chen
Browse files
use nccl as the default comm backend
parent
6e238d52
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
configs/r50_fpn_frcnn_1x.py
configs/r50_fpn_frcnn_1x.py
+1
-1
configs/r50_fpn_maskrcnn_1x.py
configs/r50_fpn_maskrcnn_1x.py
+1
-1
configs/r50_fpn_rpn_1x.py
configs/r50_fpn_rpn_1x.py
+1
-1
No files found.
configs/r50_fpn_frcnn_1x.py
View file @
12003485
...
...
@@ -140,7 +140,7 @@ log_config = dict(
# runtime settings
total_epochs
=
12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'
gloo
'
)
dist_params
=
dict
(
backend
=
'
nccl
'
)
log_level
=
'INFO'
work_dir
=
'./work_dirs/fpn_faster_rcnn_r50_1x'
load_from
=
None
...
...
configs/r50_fpn_maskrcnn_1x.py
View file @
12003485
...
...
@@ -153,7 +153,7 @@ log_config = dict(
# runtime settings
total_epochs
=
12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'
gloo
'
)
dist_params
=
dict
(
backend
=
'
nccl
'
)
log_level
=
'INFO'
work_dir
=
'./work_dirs/fpn_mask_rcnn_r50_1x'
load_from
=
None
...
...
configs/r50_fpn_rpn_1x.py
View file @
12003485
...
...
@@ -110,7 +110,7 @@ log_config = dict(
# yapf:enable
# runtime settings
total_epochs
=
12
dist_params
=
dict
(
backend
=
'
gloo
'
)
dist_params
=
dict
(
backend
=
'
nccl
'
)
log_level
=
'INFO'
work_dir
=
'./work_dirs/fpn_rpn_r50_1x'
load_from
=
None
...
...
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