From 1341b1f6c1914648f202155bcbde5771400712a3 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sat, 14 Jan 2023 11:05:00 -0600 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 e919b9b5..01f21852 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -27,7 +27,7 @@ else: NumLogits = NumClasses BATCH_SIZE = 128 -NUM_EPOCHS = 60 +NUM_EPOCHS = 80 TRACK_MOVING_AVERAGE = False EARLY_STOP = True -- GitLab