This commit is contained in:
Glenn Jocher 2019-05-30 20:21:25 +02:00
parent 70ba7f0805
commit ea11af6132
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ def train(
del chkpt
dt = (time.time() - t0) / 3600
print('%g epochs completed in %.3f hours.' % (epoch - start_epoch, dt))
print('%g epochs completed in %.3f hours.' % (epoch - start_epoch + 1, dt))
return results