Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion olmoearth_pretrain/train/callbacks/evaluator_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def __init__(
epochs=self.epochs,
eval_interval=self.linear_probe_eval_interval,
probe_type=self.probe_type,
lr=self.probe_lr,
lr=self.probe_lr, # type: ignore
select_final_test_miou_based_on_epoch_of_max_val_miou=self.select_final_test_miou_based_on_epoch_of_max_val_miou,
)
if self.eval_mode == EvalMode.LINEAR_PROBE
Expand Down