This commit is contained in:
Glenn Jocher 2019-07-08 15:43:46 +02:00
parent a8c73f1c50
commit 60bc2c1fbd
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ def train(
for epoch in range(start_epoch, epochs):
model.train()
print(('\n%8s%12s' + '%10s' * 7) %
('Epoch', 'Batch', 'xy', 'wh', 'obj', 'cls', 'total', 'targets', 'img_size'))
('Epoch', 'Batch', 'GIoU/xy', 'wh', 'obj', 'cls', 'total', 'targets', 'img_size'))
# Update scheduler
scheduler.step()