본문으로 건너뛰기

컨트롤러

공용 스윕 컨트롤러 생성자.

controller(
sweep_id_or_config: Optional[Union[str, Dict]] = None,
entity: Optional[str] = None,
project: Optional[str] = None
)

사용법:

import wandb

tuner = wandb.controller(...)
print(tuner.sweep_config)
print(tuner.sweep_id)
tuner.configure_search(...)
tuner.configure_stopping(...)
Was this page helpful?👍👎