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
0b031a80
Commit
0b031a80
authored
Oct 01, 2018
by
pangjm
Browse files
rm val dataset
parent
2d34cebe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
tools/train.py
tools/train.py
+0
-5
No files found.
tools/train.py
View file @
0b031a80
...
@@ -116,11 +116,6 @@ def main():
...
@@ -116,11 +116,6 @@ def main():
build_dataloader
(
train_dataset
,
cfg
.
data
.
imgs_per_gpu
,
build_dataloader
(
train_dataset
,
cfg
.
data
.
imgs_per_gpu
,
cfg
.
data
.
workers_per_gpu
,
cfg
.
gpus
,
dist
)
cfg
.
data
.
workers_per_gpu
,
cfg
.
gpus
,
dist
)
]
]
if
args
.
validate
:
val_dataset
=
obj_from_dict
(
cfg
.
data
.
test
,
datasets
)
data_loaders
.
append
(
build_dataloader
(
val_dataset
,
cfg
.
data
.
imgs_per_gpu
,
cfg
.
data
.
workers_per_gpu
,
cfg
.
gpus
,
dist
))
# build model
# build model
model
=
build_detector
(
model
=
build_detector
(
...
...
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