updates
This commit is contained in:
parent
a8c73f1c50
commit
60bc2c1fbd
2
train.py
2
train.py
|
@ -155,7 +155,7 @@ def train(
|
||||||
for epoch in range(start_epoch, epochs):
|
for epoch in range(start_epoch, epochs):
|
||||||
model.train()
|
model.train()
|
||||||
print(('\n%8s%12s' + '%10s' * 7) %
|
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
|
# Update scheduler
|
||||||
scheduler.step()
|
scheduler.step()
|
||||||
|
|
Loading…
Reference in New Issue