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

snapshot...

parent ae98f0cb
No related branches found
No related tags found
No related merge requests found
...@@ -1227,8 +1227,8 @@ def run_evaluate_static_2(model, data_dct, num_tiles, day_night='DAY', l1b_or_l2 ...@@ -1227,8 +1227,8 @@ def run_evaluate_static_2(model, data_dct, num_tiles, day_night='DAY', l1b_or_l2
model.setup_eval_pipeline(data_dct, num_tiles) model.setup_eval_pipeline(data_dct, num_tiles)
model.do_evaluate(prob_thresh=prob_thresh) model.do_evaluate(prob_thresh=prob_thresh)
probs_dct[flvl] = nn.test_probs.flatten() probs_dct[flvl] = model.test_probs.flatten()
preds_dct[flvl] = nn.test_preds.flatten() preds_dct[flvl] = model.test_preds.flatten()
return preds_dct, probs_dct return preds_dct, probs_dct
......
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