diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 7b47664d901d13ed584d5242bcd2b04f0c02a167..5e9c5b6c1d6caa8a2dada526c52d3e37f23bedca 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