From 4e8e39da93483adb5ed3bf217a8d8030076a86e1 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 23 Aug 2019 13:45:49 +0200 Subject: [PATCH] updates --- train.py | 1 + 1 file changed, 1 insertion(+) diff --git a/train.py b/train.py index 2d32ca6b..6f682609 100644 --- a/train.py +++ b/train.py @@ -333,6 +333,7 @@ def train(): del chkpt # Report time + plot_results() # save as results.png print('%g epochs completed in %.3f hours.' % (epoch - start_epoch + 1, (time.time() - t0) / 3600)) dist.destroy_process_group() if torch.cuda.device_count() > 1 else None torch.cuda.empty_cache()