- Create the queue before you start the agent to streamline configuration. Otherwise, the agent fails with errors until you add a queue.
- Create a W&B service account to start the agent so that it doesn’t link to an individual user account.
- Use
wandb.Run.configto manage hyperparameters, which lets you overwrite values during job re-runs. For more information about usingargparse, see Set the configuration with argparse.
Are there best practices for using Launch effectively?
Follow these practices to avoid common setup errors and keep your Launch workflows maintainable: