From a00bf80ec65f1bb7da27bb6d835c7aca848809e5 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 18 Jan 2023 11:16:21 -0600 Subject: [PATCH] snapshot... --- modules/deeplearning/srcnn_l1b_l2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index e72c1f17..4c54b2b8 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -315,6 +315,7 @@ class SRCNN: # ----------------------------------------------------- label = input_data[:, label_idx, :, :] label = label.copy() + # label = np.where(np.isnan(label), 0, label) # label = smooth_2d(label, sigma=1.0) label = label[:, y_128, x_128] -- GitLab