メインコンテンツまでスキップ

コントローラ

GitHubでソースを見る 公開スイープコントローラのコンストラクタ。

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?👍👎