From 5b36003d2d3ed004ba887e836277cdc86d69d86f Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 8 Jun 2022 13:44:55 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/unet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/deeplearning/unet.py b/modules/deeplearning/unet.py index 6e5d2486..64babc2c 100644 --- a/modules/deeplearning/unet.py +++ b/modules/deeplearning/unet.py @@ -32,9 +32,9 @@ EARLY_STOP = True TRIPLET = False CONV3D = False -NOISE_TRAINING = True +NOISE_TRAINING = False NOISE_STDDEV = 0.10 -DO_AUGMENT = True +DO_AUGMENT = False mean_std_file = home_dir+'/viirs_emis_rad_mean_std.pkl' f_stats = open(mean_std_file, 'rb') -- GitLab