Skip to main content

Usage

offline [OPTIONS]

Description

Save data logged to W&B locally without uploading it to the cloud. Use wandb online or wandb sync to upload offline runs. For example, to run a script in offline mode to log data locally without syncing to the cloud:
wandb offline && python train.py
To run a script in offline mode:
wandb offline && python train.py
At a later time, sync all offline runs to the cloud:
wandb sync --sync-all