Skip to main content
Re-enable cloud syncing for W&B runs. Clear the offline mode setting so subsequent runs in this directory sync data to the W&B cloud. Undoes a previous call to wandb offline. For example, to re-enable cloud syncing after working offline:
$ wandb online
To re-enable cloud syncing, then run a training script:
$ wandb online && python train.py

Usage

wandb online