Skip to main content
GitHub source

Usage

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.

Examples

Run a script in offline mode to log data locally without syncing to the cloud:
wandb offline && python train.py
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

Arguments

NameDefaultType

Options

FlagTypeDescription