Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-python-sdk-testing.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
Prepares W&B for use in the current process and its children. You can usually ignore this as it is implicitly called bywandb.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 subsequent
wandb.init()calls.
Returns:
- return: _WandbSetup