diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py index 6a457584a070bd40aedf8ca6d6ee6c908bcc34d9..1d561907018ea95e3d4e88928dd9a8a305b50175 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