-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow bulk_fetch_trial_data to return mix of successes/failures (#2339)
Summary: Pull Request resolved: #2339 Currently bulk_fetch_trial_data (which we use for efficiency) will fail if any individual metric fetch fails. This can cause issues if Ax tries to fetch 2 metrics (say training loss and eval loss) and one is ready but the other is not. In the current setup Ax will report both as failures to fetch, in the new setup Ax will fetch the available one and return Err for the second Reviewed By: sunnyshen321 Differential Revision: D55927149 fbshipit-source-id: 8d0ae14bfa8b2d593c4ab8810f51276afe62f50d
- Loading branch information
1 parent
a161618
commit 6720be4
Showing
1 changed file
with
56 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters