You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude LILO labeling trials from trials_expecting_data (facebook#5144)
Summary:
Pull Request resolved: facebook#5144
LILO labeling trials have their pairwise preference data fetched inline
during the labeling loop (`_run_lilo_labeling_loop`), not via the normal
data refetch paths (orchestrator `poll_and_process_results`,
PTSClient `refetch_data`). Including them in `trials_expecting_data`
causes unnecessary data fetch attempts for metrics (e.g., Deltoid) that
don't exist on these trials, producing noisy errors and wasting time.
This filters LILO labeling trials (`trial_type == Keys.LILO_LABELING`)
from the `trials_expecting_data` property on `Experiment`, which is the
centralized source used by all downstream data refetch consumers.
Reviewed By: saitcakmak
Differential Revision: D99571562
fbshipit-source-id: 7064918189335ac2630fcd7ea57046ae296e437a
0 commit comments