From 3f3d87042f26b34b7b3f9dbe5d7dcc3ce4bee373 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 16 May 2022 13:11:56 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/icing_fcn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py index 8634688e..05328ea0 100644 --- a/modules/deeplearning/icing_fcn.py +++ b/modules/deeplearning/icing_fcn.py @@ -21,7 +21,7 @@ else: NumLogits = NumClasses BATCH_SIZE = 128 -NUM_EPOCHS = 100 +NUM_EPOCHS = 60 TRACK_MOVING_AVERAGE = False EARLY_STOP = True -- GitLab