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
Currently, sweep tasks use a single image defined in the sweep experiment with the model definition and training script backed in. To scale to arbitrary model/training regimes, we need to allow users to run sweep tasks with their own image. The workflow looks like this:
Desired workflow:
Install bacon CLI and deploy a Bacon stack (this step only need to be done once)
In an experiment repository, define your architecture and training script. Build and push (to ECR)
Deploy a capacity provider
Use the CLI to trigger a sweep_dag run, where the dag_config contains:
Acceptance Criteria
Export a shortcut to deploy sweep task definition
sweep_task is parametrized
Sweep experiment config accepts task definition as argument
The text was updated successfully, but these errors were encountered:
What
Currently, sweep tasks use a single image defined in the sweep experiment with the model definition and training script backed in. To scale to arbitrary model/training regimes, we need to allow users to run sweep tasks with their own image. The workflow looks like this:
Desired workflow:
bacon
CLI and deploy a Bacon stack (this step only need to be done once)sweep_dag
run, where thedag_config
contains:Acceptance Criteria
sweep_task
is parametrizedThe text was updated successfully, but these errors were encountered: