Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GT9505 committed Jan 27, 2022
1 parent 142922e commit 968381e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mmtrack/apis/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ def train_model(model,
broadcast_buffers=False,
find_unused_parameters=find_unused_parameters)
else:
model = MMDataParallel(
model, device_ids=cfg.gpu_ids)
model = MMDataParallel(model, device_ids=cfg.gpu_ids)

# build runner
optimizer = build_optimizer(model, cfg.optimizer)
Expand Down

0 comments on commit 968381e

Please sign in to comment.