Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
controller( sweep_id_or_config: Optional[Union[str, Dict]] = None, entity: Optional[str] = None, project: Optional[str] = None ) -> "_WandbController"
import wandb tuner = wandb.controller(...) print(tuner.sweep_config) print(tuner.sweep_id) tuner.configure_search(...) tuner.configure_stopping(...)
このページは役に立ちましたか?