This commit is contained in:
Glenn Jocher 2019-07-21 21:33:45 +02:00
parent e97cc07715
commit a812b1f8b1
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ def train(cfg,
# Report time
print('%g epochs completed in %.3f hours.' % (epoch - start_epoch + 1, (time.time() - t0) / 3600))
del model, optimizer
return results