Can I turn off wandb when testing my code?
Support:
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! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.