Skip to content

Commit

Permalink
Fix lint (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassa authored Dec 19, 2019
1 parent 013d132 commit d2c763e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/detection/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def main(args):
optimizer.load_state_dict(checkpoint['optimizer'])
lr_scheduler.load_state_dict(checkpoint['lr_scheduler'])
args.start_epoch = checkpoint['epoch'] + 1

if args.test_only:
evaluate(model, data_loader_test, device=device)
return
Expand Down

0 comments on commit d2c763e

Please sign in to comment.