artifacts/ folder. To change the location:
-
Pass it to
wandb.Artifact().download: -
Set the
WANDB_ARTIFACT_DIRenvironment variable:
Artifacts Environment Variables
artifacts/ folder. To change the location:
wandb.Artifact().download:
wandb.Artifact().download(root="<path_to_download>")
WANDB_ARTIFACT_DIR environment variable:
import os
os.environ["WANDB_ARTIFACT_DIR"] = "<path_to_download>"
Was this page helpful?