-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The experiment tracker assumes it's based on inputs, config and overrides. So if we want to batch submit a bunch of input permutations and we want each one tracked, we need to use a distinct driver for each one, hence the Hamilton within Hamilton. This means that we are not able to create a single DAG (driver chaining is a roadmap item) to view it all. Otherwise: - does anything need to be parallel within the inner DAG? A possible feature to help here would be to make @subdag take in distinct adapters... or we implement driver chaining... Anyway let me know what you think. If you want a single DAG we could use parameterized_subdag, but that would come at the cost of visibility with the experiment tracker, unless a whole permutation of inputs is a single experiment. There is always of course modifying more of hamilton to help here.
- Loading branch information
Showing
1 changed file
with
89 additions
and
49 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