English
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?