function setup
wandb.init().
When using wandb in multiple processes, calling wandb.setup() in the parent process before starting child processes may improve performance and resource utilization.
Note that wandb.setup() modifies os.environ, and it is important that child processes inherit the modified environment variables.
See also wandb.teardown().
Args:
settings: Configuration settings to apply globally. These can be overridden by subsequentwandb.init()calls.