Sweep
less than a minute
スイープに関連付けられた一連の runs。
Sweep( client, entity, project, sweep_id, attrs=None )
例:
次のようにインスタンス化します:
api = wandb.Api() sweep = api.sweep(path / to / sweep)
属性 | |
---|---|
runs | (Runs ) run のリスト |
id | (str) スイープの id |
project | (str) プロジェクトの名前 |
config | (str) スイープ設定の辞書 |
state | (str) スイープの状態 |
expected_run_count | (int) スイープの予想される run の数 |
メソッド
best_run
best_run( order=None )
設定で定義されたメトリックまたは渡された順序でソートされた最良の 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) )
このスイープを表示する iframe を含む HTML を生成します。
クラス変数 | |
---|---|
LEGACY_QUERY | |
QUERY |
フィードバック
このページは役に立ちましたか?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.