W&B へのシステムメトリクスのログを無効にするにはどうすればいいですか?

システムメトリクスのログを無効にするには、_disable_statsTrue に設定します:

wandb.init(settings=wandb.Settings(x_disable_stats=True))