From dc68381f9c3a5c82fdfb4d06e2cfcfa745a2daf7 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sun, 19 Mar 2023 14:18:28 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/cnn_cld_frac_mod_res.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/deeplearning/cnn_cld_frac_mod_res.py b/modules/deeplearning/cnn_cld_frac_mod_res.py index 24d640f0..e0f56732 100644 --- a/modules/deeplearning/cnn_cld_frac_mod_res.py +++ b/modules/deeplearning/cnn_cld_frac_mod_res.py @@ -87,8 +87,6 @@ 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) slc_x = slice(1, 67) slc_y = slice(1, 67) x_128 = slice(4, N*128 + 4) -- GitLab