Skip to main content
Re-enable W&B after it was deactivated with wandb disabled. Set the mode to online to restore full W&B functionality, including cloud syncing and artifact storage. Does not upload data logged while W&B was set to disabled, but allows 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. For example, to restore W&B functionality after deactivating it with wandb disabled:
$ wandb enabled
To run a training script with W&B logging and syncing restored:
$ python train.py # Log and sync data to W&B

Usage

wandb enabled [OPTIONS]

Options

OptionDescription
--serviceNo effect. Accepted for backwards compatibility. (default: True)