Are there best practices for using Launch effectively?
less than a minute
-
Create the queue before starting the agent to enable easy configuration. Failure to do this results in errors that prevent the agent from functioning until a queue is added.
-
Create a W&B service account to initiate the agent, ensuring it is not linked to an individual user account.
-
Use
wandb.config
to manage hyperparameters, allowing for overwriting during job re-runs. Refer to this guide for details on using argparse.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.