From 7ea4959254923428e159bd76300aa350a8960cd8 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sun, 28 Aug 2022 16:12:00 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/espcn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/espcn.py b/modules/deeplearning/espcn.py index 6c32384a..83189b9b 100644 --- a/modules/deeplearning/espcn.py +++ b/modules/deeplearning/espcn.py @@ -370,7 +370,7 @@ class ESPCN: if NOISE_TRAINING: conv = conv_b = tf.keras.layers.GaussianNoise(stddev=NOISE_STDDEV)(conv) - scale = None + scale = 0.20 conv_b = build_residual_conv2d_block(conv_b, num_filters, 'Residual_Block_1', scale=scale) -- GitLab