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! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.