How can I change how frequently to log system metrics?

To configure the frequency to log system metrics, set _stats_sampling_interval to a number of seconds, expressed as a float. Default: 10.0.

wandb.init(settings=wandb.Settings(x_stats_sampling_interval=30.0))

Last modified March 7, 2025: 564de3b