How does wandb stream logs and writes to disk?
less than a minute
W&B queues events in memory and writes them to disk asynchronously to manage failures and support the WANDB_MODE=offline
configuration, allowing synchronization after logging.
In the terminal, observe the path to the local run directory. This directory includes a .wandb
file, which serves as the datastore. For image logging, W&B stores images in the media/images
subdirectory before uploading them to cloud storage.
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.