From 94349b4026048bd88bf9df285ca9a528dd7ac5b0 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 9 Jan 2023 11:49:51 -0600 Subject: [PATCH] snapshot... --- modules/deeplearning/srcnn_l1b_l2.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 027f7765..01030518 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -94,10 +94,10 @@ elif KERNEL_SIZE == 5: y_2 = np.arange(68) # ---------------------------------------- # Exp for ESPCN version -slc_x_2 = slice(0, 132, 2) -slc_y_2 = slice(0, 132, 2) -x_128 = slice(2, 130) -y_128 = slice(2, 130) +# slc_x_2 = slice(0, 132, 2) +# slc_y_2 = slice(0, 132, 2) +# x_128 = slice(2, 130) +# y_128 = slice(2, 130) def build_residual_conv2d_block(conv, num_filters, block_name, activation=tf.nn.relu, padding='SAME', -- GitLab