Skip to content

Commit

Permalink
rm val dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
OceanPang committed Oct 1, 2018
1 parent 2d34ceb commit 0b031a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ def main():
build_dataloader(train_dataset, cfg.data.imgs_per_gpu,
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
model = build_detector(
Expand Down

0 comments on commit 0b031a8

Please sign in to comment.