diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 9309bca3adafb8fd3cf0ab7b46bd586f2be30d68..792303f6caea0d1b96c3d168c9211cb942d51fd3 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -701,7 +701,7 @@ def run_restore_static(directory, ckpt_dir, out_file=None):
 
 
 def run_evaluate_static(in_file, out_file, ckpt_dir):
-    N = 8
+    N = 10
 
     slc_x = slice(2, N*128 + 4)
     slc_y = slice(2, N*128 + 4)
@@ -717,7 +717,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
     y_128 = slice(3, N*128 + 3)
 
     sub_y, sub_x = (N * 128) + 10, (N * 128) + 10
-    y_0, x_0, = 2432 - int(sub_y/2), 2432 - int(sub_x/2)
+    y_0, x_0, = 3232 - int(sub_y/2), 3200 - int(sub_x/2)
 
     h5f = h5py.File(in_file, 'r')