Skip to main content
GitHub source

Usage

wandb disabled [OPTIONS]

Description

Completely disable W&B. Set the mode to disable to prevent all W&B functionality. Do not log or sync data while disabled. Use wandb enable to restore W&B functionality. Use wandb offline to stop cloud syncing while continuning to log data locally.

Examples

Turn off W&B so that the train.py script executes without logging or syncing data to W&B.
wandb disabled
python train.py  # Does not log or sync data to W&B
Restore W&B functionality when ready to log and sync again
wandb enabled

Options

FlagTypeDescription
--serviceBOOL FlagNo effect. Accepted for backwards compatibility. Default: True