Skip to content
Snippets Groups Projects
Commit 05f178eb authored by tomrink's avatar tomrink
Browse files

snapshot...

parent cbf3c432
Branches
No related tags found
No related merge requests found
...@@ -1189,6 +1189,8 @@ def run_average_models(ckpt_dir_s_path, day_night='NIGHT', l1b_andor_l2='BOTH', ...@@ -1189,6 +1189,8 @@ def run_average_models(ckpt_dir_s_path, day_night='NIGHT', l1b_andor_l2='BOTH',
k_model = model.model k_model = model.model
model_weight_s.append(k_model.get_weights()) model_weight_s.append(k_model.get_weights())
print('done loading models ******************************************') print('done loading models ******************************************')
z_model_weights = zip(model_weight_s)
print('test: ', len(z_model_weights))
avg_model_weights = [] avg_model_weights = []
for m in model_weight_s: for m in model_weight_s:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment