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
9569fb5b
Commit
9569fb5b
authored
Sep 24, 2018
by
Kai Chen
Browse files
fix typo
parent
904d875a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/train.py
tools/train.py
+1
-1
No files found.
tools/train.py
View file @
9569fb5b
...
...
@@ -77,7 +77,7 @@ def main():
else
:
dist
=
True
print
(
'Enabled distributed training.'
)
init_dist
(
args
.
launcher
,
**
cfg
.
dist_ar
g
s
)
init_dist
(
args
.
launcher
,
**
cfg
.
dist_
p
ar
am
s
)
# prepare data loaders
train_dataset
=
obj_from_dict
(
cfg
.
data
.
train
,
datasets
)
...
...
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