Skip to content

Commit d2c763e

Browse files
authored
Fix lint (#1693)
1 parent 013d132 commit d2c763e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

references/detection/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def main(args):
115115
optimizer.load_state_dict(checkpoint['optimizer'])
116116
lr_scheduler.load_state_dict(checkpoint['lr_scheduler'])
117117
args.start_epoch = checkpoint['epoch'] + 1
118-
118+
119119
if args.test_only:
120120
evaluate(model, data_loader_test, device=device)
121121
return

0 commit comments

Comments
 (0)