diff --git a/modules/deeplearning/cnn_cld_frac_mod_res.py b/modules/deeplearning/cnn_cld_frac_mod_res.py index 245cb451c1b7283e2086835899859f29662cea97..3a115371f46106b5e8949b724c579df7b97724e7 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: