From d8b2205dbe28dbe38cbeef5e5d8a9f679ba9a6fd Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 20 Oct 2022 14:57:11 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/srcnn_l1b_l2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 801a0914..b5d99130 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -752,7 +752,8 @@ def run_evaluate_static_2(in_file, out_file, ckpt_dir): nn = SRCNN() out_sr = nn.run_evaluate(data, ckpt_dir) if label_param != 'cloud_fraction': - out_sr = denormalize(out_sr, label_param, mean_std_dct) + # out_sr = denormalize(out_sr, label_param, mean_std_dct) + pass if out_file is not None: np.save(out_file, out_sr) else: -- GitLab