Can I turn off wandb when testing my code?
less than a minute
Use wandb.init(mode="disabled")
or set WANDB_MODE=disabled
to configure W&B as a no-operation (NOOP) for testing purposes.
Using
wandb.init(mode="disabled")
does not prevent W&B from saving artifacts to WANDB_CACHE_DIR
.Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.