Skip to content

Commit

Permalink
Fix incorrect end epoch comment (#3612)
Browse files Browse the repository at this point in the history
  • Loading branch information
wq9 authored Jun 15, 2021
1 parent daab682 commit 4c5d9bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,7 @@ def train(hyp, opt, device, tb_writer=None):
save_dir.glob('train*.jpg') if x.exists()]})

# end batch ------------------------------------------------------------------------------------------------
# end epoch ----------------------------------------------------------------------------------------------------


# Scheduler
lr = [x['lr'] for x in optimizer.param_groups] # for tensorboard
scheduler.step()
Expand Down

0 comments on commit 4c5d9bf

Please sign in to comment.