From ec3cb1d8fb73689899d87b18b06f240effe2fd50 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sun, 16 Oct 2022 13:53:02 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/srcnn_l1b_l2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 194aaa3d..0e29989b 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -23,7 +23,7 @@ else: NumLogits = NumClasses BATCH_SIZE = 128 -NUM_EPOCHS = 80 +NUM_EPOCHS = 60 TRACK_MOVING_AVERAGE = False EARLY_STOP = True -- GitLab