From ab2ea5a2f90b5775c3006efadb0f97a19ec263bc Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 10 Feb 2019 22:02:55 +0100 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 4364712d..383b5c6c 100644 --- a/train.py +++ b/train.py @@ -96,7 +96,7 @@ def train( epoch += start_epoch 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) # scheduler.step()