From 87dee968030dab5197f7304a8ff3e9ffe968da88 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 20 Oct 2022 15:36:42 -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 89cbdfad..33a18220 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -28,7 +28,7 @@ NUM_EPOCHS = 60 TRACK_MOVING_AVERAGE = False EARLY_STOP = True -NOISE_TRAINING = False +NOISE_TRAINING = True NOISE_STDDEV = 0.01 DO_AUGMENT = True -- GitLab