updates
This commit is contained in:
parent
22dc8c0ea6
commit
ab2ea5a2f9
2
train.py
2
train.py
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue