How can I change the directory my sweep logs to locally?
less than a minute
Set the logging directory for W&B run data by configuring the environment variable WANDB_DIR
. For example:
os.environ["WANDB_DIR"] = os.path.abspath("your/directory")
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.