Sweep
less than a minute
sweep に関連付けられた一連の Runs。
Sweep(
client, entity, project, sweep_id, attrs=None
)
例:
以下でインスタンス化します:
api = wandb.Api()
sweep = api.sweep(path / to / sweep)
属性 | |
---|---|
runs |
(Runs ) Runs のリスト |
id |
(str) sweep ID |
project |
(str) project 名 |
config |
(str) sweep configuration の辞書 |
state |
(str) sweep の状態 |
expected_run_count |
(int) sweep に予想される Runs の数 |
メソッド
best_run
best_run(
order=None
)
config で定義されたメトリックまたは渡された順序でソートされた最適な Run を返します。
display
display(
height=420, hidden=(False)
) -> bool
このオブジェクトを jupyter で表示します。
get
@classmethod
get(
client, entity=None, project=None, sid=None, order=None, query=None, **kwargs
)
クラウドバックエンドに対してクエリを実行します。
load
load(
force: bool = (False)
)
snake_to_camel
snake_to_camel(
string
)
to_html
to_html(
height=420, hidden=(False)
)
この sweep を表示する iframe を含む HTML を生成します。
クラス変数 | |
---|---|
LEGACY_QUERY |
|
QUERY |
[i18n] feedback_title
[i18n] feedback_question
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.