Support Home
Browse support articles by product
W&B Models
215 articles · 41 tags
W&B Weave
19 articles · 12 tags
Serverless Inference
9 articles · 5 tags
Featured articles
W&B Models
How can I configure the name of the run in my training code?
At the beginning of the training script, call wandb.init with a run name. For example: wandb.init(name=“my_awesome_run”) …
ExperimentsHow do I use custom CLI commands with sweeps?
You can use W&B Sweeps with custom CLI commands if training configuration passes command-line arguments. This lets you r …
SweepsIs it possible to save metrics offline and sync them to W&B later?
By default, wandb.init starts a process that syncs metrics in real time to the cloud. If you need to run experiments wit …
ExperimentsEnvironment VariablesMetricsWhat does wandb.init do to my training process?
When wandb.init() runs in a training script, an API call creates a run object on the W&B servers. A new process starts t …
Environment VariablesExperimentsStill can't find what you are looking for?
Contact support