We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pruners are not currently supported through the hydra optuna sweeper plugin: facebookresearch/hydra#1710 .
Adding the pruner to the sweeper ourselves might be doable, as it seems like a single argument added to https://github.com/facebookresearch/hydra/blob/30a8c8a070166ac2d3b19c4ca29af7aa500dc269/plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/_impl.py#L183 .
Tasks:
OptunaSweeperConf
The text was updated successfully, but these errors were encountered:
Leaving open until a merge is performed following facebookresearch/hydra#1710
Sorry, something went wrong.
robogast
No branches or pull requests
Pruners are not currently supported through the hydra optuna sweeper plugin: facebookresearch/hydra#1710 .
Adding the pruner to the sweeper ourselves might be doable, as it seems like a single argument added to https://github.com/facebookresearch/hydra/blob/30a8c8a070166ac2d3b19c4ca29af7aa500dc269/plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/_impl.py#L183 .
Tasks:
OptunaSweeperConf
: https://github.com/facebookresearch/hydra/blob/main/plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py#L133The text was updated successfully, but these errors were encountered: