From 67bd0cd68d00d96855970a7eb020d7bdfd150b0d Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 19 Apr 2022 16:37:35 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/icing_fcn.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py index b585f904..4ffcbfc1 100644 --- a/modules/deeplearning/icing_fcn.py +++ b/modules/deeplearning/icing_fcn.py @@ -24,14 +24,14 @@ BATCH_SIZE = 128 NUM_EPOCHS = 100 TRACK_MOVING_AVERAGE = False -EARLY_STOP = False +EARLY_STOP = True TRIPLET = False CONV3D = False -NOISE_TRAINING = False +NOISE_TRAINING = True NOISE_STDDEV = 0.10 -DO_AUGMENT = False +DO_AUGMENT = True img_width = 16 -- GitLab