From 23f3e81d092fa7fc1fbc189133494144ecdbbeab Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 23 Jan 2023 14:07:59 -0600 Subject: [PATCH] initial commit.. --- 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 ee678897..8dceb4b9 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -38,7 +38,7 @@ NOISE_STDDEV = 0.01 DO_AUGMENT = True DO_SMOOTH = False -SIGMA = 0.5 +SIGMA = 1.0 DO_ZERO_OUT = False DO_ESPCN = False # Note: If True, cannot do mixed resolution input fields (Adjust accordingly below) -- GitLab