Skip to main content
GitHub source

Usage

Usage: 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
Next, train the model without logging or syncing to W&B:
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

Arguments

NameDefaultType

Options

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