View the source code
例:
次のようにインスタンス化します:| 属性 | Description |
|---|---|
runs | (Runs) run のリスト |
id | (str) スイープの id |
project | (str) プロジェクトの名前 |
config | (str) スイープ設定の辞書 |
state | (str) スイープの状態 |
expected_run_count | (int) スイープの予想される run の数 |
Sweep(
client, entity, project, sweep_id, attrs=None
)
api = wandb.Api()
sweep = api.sweep(path / to / sweep)
| 属性 | Description |
|---|---|
runs | (Runs) run のリスト |
id | (str) スイープの id |
project | (str) プロジェクトの名前 |
config | (str) スイープ設定の辞書 |
state | (str) スイープの状態 |
expected_run_count | (int) スイープの予想される run の数 |
best_runbest_run(
order=None
)
displaydisplay(
height=420, hidden=(False)
) -> bool
get@classmethod
get(
client, entity=None, project=None, sid=None, order=None, query=None, **kwargs
)
loadload(
force: bool = (False)
)
snake_to_camelsnake_to_camel(
string
)
to_htmlto_html(
height=420, hidden=(False)
)