From 6b83ae4484e5af232b5d0d52c04011ceb59589d0 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 6 Dec 2022 19:29:26 -0600 Subject: [PATCH] snapshot.. --- modules/deeplearning/srcnn_l1b_l2.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 7b47664d..5e9c5b6c 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -86,15 +86,9 @@ y_130 = slice(2, 132) x_134_2 = slice(1, 134, 2) y_134_2 = slice(1, 134, 2) -# slc_x_2 = x_128_2 -# slc_y_2 = y_128_2 -# slc_x = x_128 -# slc_y = y_128 -# t = np.arange(0, 64, 0.5) -# s = np.arange(0, 64, 0.5) -# x_2 = x_64 -# y_2 = y_64 - +# Kernel size: 3, target size: (128, 128) +x_130 = slice(2, 132) +y_130 = slice(2, 132) slc_x_2 = x_134_2 slc_y_2 = y_134_2 slc_x = x_128 -- GitLab