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
Allow BenchmarkProblem to take in custom BenchmarkRunner (facebook#4948)
Summary:
`BenchmarkRunner` by default assumes all trials are completed in `poll_trial_status`. We need a custom runner (`FailureAwareBenchmarkRunner` from previous diff) to override `poll_trial_status` which stores trial status depending on if the trial data is NaN (should be abandoned) or is available (completed)
Differential Revision: D87091317
0 commit comments