Help us improve these docs. Take our quick survey.
API reference for the wandb.controller() function in the W&B Python SDK.
controller
controller( sweep_id_or_config: 'str | dict | None' = None, entity: 'str | None' = None, project: 'str | None' = None ) → _WandbController
import wandb tuner = wandb.controller(...) print(tuner.sweep_config) print(tuner.sweep_id) tuner.configure_search(...) tuner.configure_stopping(...)
Was this page helpful?