From 05f178eb2ac731dbc4d28a0a5d057fe88d1b87bc Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 13 Nov 2023 16:30:59 -0600 Subject: [PATCH] snapshot... --- modules/deeplearning/icing_fcn.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py index b89faa92..b186f13e 100644 --- a/modules/deeplearning/icing_fcn.py +++ b/modules/deeplearning/icing_fcn.py @@ -1189,6 +1189,8 @@ def run_average_models(ckpt_dir_s_path, day_night='NIGHT', l1b_andor_l2='BOTH', k_model = model.model model_weight_s.append(k_model.get_weights()) print('done loading models ******************************************') + z_model_weights = zip(model_weight_s) + print('test: ', len(z_model_weights)) avg_model_weights = [] for m in model_weight_s: -- GitLab