GitHub sourceDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
function restore
name: ファイルの名前。run_path: ファイルを取得する Run へのオプションのパス(例:username/project_name/run_id)。wandb.initが呼び出されていない場合は、この指定が必須です。replace: ローカルに既に存在する場合でもファイルをダウンロードするかどうか。root: ファイルをダウンロードする ディレクトリー。デフォルトは、現在の ディレクトリー またはwandb.initが呼び出された場合は Run ディレクトリー です。
None。それ以外の場合は、読み取り用に開かれたファイル オブジェクト。
Raises:
CommError: W&B が W&B バックエンドに接続できない場合。ValueError: ファイルが見つからない、またはrun_pathが見つからない場合。