Access hyperparameter names and values from the sweep configuration usingDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
(run.config()), which acts like a dictionary.
For runs outside a sweep, set wandb.Run.config() values by passing a dictionary to the config argument in wandb.init(). In a sweep, any configuration supplied to wandb.init() serves as a default value, which the sweep can override.
Use rwandb.Run.config.setdefaults() for explicit behavior. The following code snippets illustrate both methods:
- wandb.init()
- config.setdefaults()
Sweeps