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

snapshot...

parent 6889a8c1
No related branches found
No related tags found
No related merge requests found
......@@ -828,11 +828,6 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
for ds_name in day_train_params:
day_grd_dct[ds_name] = np.stack(day_data_dct[ds_name])
# preds_day_dct, probs_day_dct = model_module.run_evaluate_static(day_grd_dct, num_day_tiles, day_model_path,
# day_night='DAY', l1b_or_l2=l1b_andor_l2,
# prob_thresh=prob_thresh,
# use_flight_altitude=use_flight_altitude,
# flight_levels=flight_levels)
preds_day_dct, probs_day_dct = \
model_module.run_evaluate_static_2(day_model, day_grd_dct, num_day_tiles, prob_thresh=prob_thresh,
use_flight_altitude=use_flight_altitude,
......@@ -862,13 +857,6 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
for ds_name in nght_train_params:
nght_grd_dct[ds_name] = np.stack(nght_data_dct[ds_name])
# preds_nght_dct, probs_nght_dct = model_module.run_evaluate_static(nght_grd_dct, num_nght_tiles,
# model_path,
# day_night=mode,
# l1b_or_l2=l1b_andor_l2,
# prob_thresh=prob_thresh,
# use_flight_altitude=use_flight_altitude,
# flight_levels=flight_levels)
preds_nght_dct, probs_nght_dct = \
model_module.run_evaluate_static_2(night_model, nght_grd_dct, num_nght_tiles,
prob_thresh=prob_thresh,
......
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