Skip to content

Commit

Permalink
files were modified by yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
Czm369 committed Nov 24, 2021
1 parent 9bf5c09 commit 8a91a83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mmdet/apis/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ def train_detector(model,
cfg.checkpoint_config,
cfg.log_config,
cfg.get('momentum_config', None),
custom_hooks_config=cfg.get('custom_hooks', None)
)
custom_hooks_config=cfg.get('custom_hooks', None))

if distributed:
if isinstance(runner, EpochBasedRunner):
Expand Down

0 comments on commit 8a91a83

Please sign in to comment.