Skip to main content
Disable W&B functionality. While W&B is in disabled mode, it does not log or sync data. Use wandb enable to restore W&B functionality. Use wandb offline to stop cloud syncing while continuning to log data locally. For example, to 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

Usage

wandb disabled [OPTIONS]

Options

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