This commit is contained in:
Glenn Jocher 2019-02-10 22:02:55 +01:00
parent 22dc8c0ea6
commit ab2ea5a2f9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def train(
epoch += start_epoch epoch += start_epoch
print(('%8s%12s' + '%10s' * 9) % ( print(('%8s%12s' + '%10s' * 9) % (
'Epoch', 'Batch', 'x', 'y', 'w', 'h', 'conf', 'cls', 'total', 'nTargets', 'time')) 'Epoch', 'Batch', 'x', 'y', 'w', 'h', 'conf', 'cls', 'total', 'nTargets', 'time'))
# Update scheduler (automatic) # Update scheduler (automatic)
# scheduler.step() # scheduler.step()