From 87b9f7e0e6a7aae01ed8c64e2870ce241b2a20da Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 16 Mar 2023 12:22:01 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/cnn_cld_frac_mod_res.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/deeplearning/cnn_cld_frac_mod_res.py b/modules/deeplearning/cnn_cld_frac_mod_res.py index 245cb451..3a115371 100644 --- a/modules/deeplearning/cnn_cld_frac_mod_res.py +++ b/modules/deeplearning/cnn_cld_frac_mod_res.py @@ -87,8 +87,8 @@ if KERNEL_SIZE == 3: s = np.arange(0, int((N*128)/2) + 3, 0.5) x_k = slice(1, N*128 + 3) y_k = slice(1, N*128 + 3) - #x_128 = slice(3, N*128 + 3) - #y_128 = slice(3, N*128 + 3) + # x_128 = slice(3, N*128 + 3) + # y_128 = slice(3, N*128 + 3) x_128 = slice(2, N*128 + 2) y_128 = slice(2, N*128 + 2) elif KERNEL_SIZE == 5: -- GitLab