From a812b1f8b1ec59ce7240c7cdf69ec90a01d7bd2b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 21 Jul 2019 21:33:45 +0200 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 212e379f..a6f48fcc 100644 --- a/train.py +++ b/train.py @@ -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