How can I disable logging of system metrics to W&B?
less than a minute
To disable logging of system metrics, set _disable_stats
to True
:
wandb.init(settings=wandb.Settings(x_disable_stats=True))
Feedback
Was this page helpful?
Glad to hear it! If you have further feedback, please let us know.
Sorry to hear that. Please tell us how we can improve.