Skip to main content
GitHub source

Usage

Usage: enabled [OPTIONS]

Description

Re-enable W&B after it was deactivated. Set the mode to online to restore full W&B functionality, including cloud syncing and artifact storage. Undos a previous call to wandb disabled. Do not upload data logged while W&B was set to disabled, but allow new data to be logged and synced. To switch between online and offline modes without fully deactivating W&B, use wandb online or wandb offline instead.

Examples

Restore W&B functionality after deactivating it with wandb disabled:
wandb enabled
Run training script with W&B logging and syncing restored:
python train.py # Log and sync data to W&B

Arguments

NameDefaultType

Options

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