Usage
Description
Upload existing local W&B run data to the cloud. Sync offline or incomplete runs from the localwandb directory to
the W&B server. If PATH is provided, sync runs at that path. If no
path is given, search for a ./wandb directory, then a wandb/
subdirectory.
Run without arguments to print a summary of synced and unsynced
runs without uploading anything.
When syncing a specific path, include TensorBoard event files
by default. When using --sync-all, disable TensorBoard by
default (use --sync-tensorboard to enable it).
PATH is a .wandb file or a run directory that contains a .wandb file.
A typical path looks like:
./wandb/run-YYYYMMDD_HHMMSS-RUN_ID/run-RUN_ID.wandb
where run-YYYYMMDD_HHMMSS-RUN_ID is the run directory and
run-RUN_ID.wandb is the .wandb file. YYYYMMDD_HHMMSS is the
timestamp of when the run was created and RUN_ID is the unique ID
of the run.
For example, to show a summary of local runs and their sync status: