From 5c036226bbcffdcc94677a8cf9bbe690f0db7e55 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 4 Nov 2022 12:12:19 -0500 Subject: [PATCH] minor... --- modules/deeplearning/srcnn_l1b_l2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index a8dcf555..4aa56ac4 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -709,7 +709,7 @@ def run_restore_static(directory, ckpt_dir): def run_evaluate_static(in_file, out_file, ckpt_dir): - N = 4 + N = 8 sub_y, sub_x = (N+1) * 128, (N+1) * 128 y_0, x_0, = 2500 - int(sub_y/2), 2500 - int(sub_x/2) -- GitLab