Skip to content

How to access all config combinations from multi-run sweep in one "run"? #2526

Answered by Jasha10
ethnhll asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ethnhll,
It is the given sweeper plugin that "decides" which hyperparamenters should be included in the sweep.

This means different sweeper plugins may make different decisions / employ different logic to decide what jobs will be included in the sweep. For example, the BasicSweeper plugin (which is Hydra's default sweeper) sweeps over the product space of sweep parameters (doing a regular grid search), whereas the OptunaSweeper uses optimization techniques and feedback from earlier jobs to dynamically decide what jobs to run.

The launcher plugin is downstream of the sweeper: while the sweeper decides what hyperparameter settings should be used, the launcher is responsible for turning …

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@ethnhll
Comment options

@Jasha10
Comment options

Jasha10 Dec 27, 2022
Collaborator

@ethnhll
Comment options

@Jasha10
Comment options

Jasha10 Dec 28, 2022
Collaborator

@Jasha10
Comment options

Jasha10 Dec 28, 2022
Collaborator

Answer selected by ethnhll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants