From 12630e9460ef5f6b08a2a4e223b5a0ae5941baf0 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 14 Mar 2023 12:48:59 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/cnn_cld_frac_mod_res.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/cnn_cld_frac_mod_res.py b/modules/deeplearning/cnn_cld_frac_mod_res.py index 117cb25d..c8f7062d 100644 --- a/modules/deeplearning/cnn_cld_frac_mod_res.py +++ b/modules/deeplearning/cnn_cld_frac_mod_res.py @@ -350,7 +350,7 @@ class SRCNN: label_s.append(nda) input_data = np.concatenate(data_s) input_label = np.concatenate(label_s) - input_label = input_data[:, label_idx, :, :] + input_label = input_label[:, label_idx, :, :] data_norm = [] for param in data_params_half: -- GitLab