From 68685d42d28b4d71c2ed1d58198dcf74b5edbf99 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 13 Nov 2023 16:43:01 -0600
Subject: [PATCH] snapshot...

---
 modules/deeplearning/icing_fcn.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py
index 6a457584..1d561907 100644
--- a/modules/deeplearning/icing_fcn.py
+++ b/modules/deeplearning/icing_fcn.py
@@ -1195,7 +1195,7 @@ def run_average_models(ckpt_dir_s_path, day_night='NIGHT', l1b_andor_l2='BOTH',
         print(len(m))
         for w in m:
             print(w.shape)
-            avg_model_weights.append(np.mean(w))
+            # avg_model_weights.append(np.mean(w))
         print('--------------------------------------')
 
     # -- Make a new model for the averaged weights
-- 
GitLab