artifacts/ フォルダーにダウンロードされます。保存先を変更するには、次のいずれかの方法を使用します。
-
wandb.Artifact().downloadに指定します。 -
WANDB_ARTIFACT_DIRの環境変数を設定します。
Artifacts 環境変数
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
artifacts/ フォルダーにダウンロードされます。保存先を変更するには、次のいずれかの方法を使用します。
wandb.Artifact().download に指定します。
wandb.Artifact().download(root="<path_to_download>")
WANDB_ARTIFACT_DIR の環境変数を設定します。
import os
os.environ["WANDB_ARTIFACT_DIR"] = "<path_to_download>"
Was this page helpful?