Help us improve these docs. Take our quick survey.
artifacts/
wandb.Artifact().download
# <path_to_download> にダウンロード先のパスを指定します wandb.Artifact().download(root="<path_to_download>")
WANDB_ARTIFACT_DIR
import os # <path_to_download> にダウンロード先のパスを指定します os.environ["WANDB_ARTIFACT_DIR"] = "<path_to_download>"
Was this page helpful?