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
53be8329
"docs/en/vscode:/vscode.git/clone" did not exist on "8a8da91bd8e4bca84557132ae67508c5d3b7385c"
Commit
53be8329
authored
Oct 08, 2018
by
Kai Chen
Browse files
move configs
parent
7eb02d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configs/r50_retinanet_1x.py
configs/r50_retinanet_1x.py
+1
-1
No files found.
tools/
configs/r50_retinanet_1x.py
→
configs/r50_retinanet_1x.py
View file @
53be8329
...
@@ -109,7 +109,7 @@ log_config = dict(
...
@@ -109,7 +109,7 @@ log_config = dict(
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
8
)
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'
gloo
'
)
dist_params
=
dict
(
backend
=
'
nccl
'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fpn_retinanet_r50_1x'
work_dir
=
'./work_dirs/fpn_retinanet_r50_1x'
load_from
=
None
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