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

snapshot...

parent cbf3c432
No related branches found
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',
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment