Skip to main content

Browse support articles by product

https://mintcdn.com/wb-21fd5541-jamie-inference-add-gemma/EgMf_b7FdcbLHQ3b/icons/cropped-models.svg?fit=max&auto=format&n=EgMf_b7FdcbLHQ3b&q=85&s=0af11b878e66351b7746e77534e30d45

W&B Models

180 articles · 33 tags
https://mintcdn.com/wb-21fd5541-jamie-inference-add-gemma/EgMf_b7FdcbLHQ3b/icons/cropped-weave.svg?fit=max&auto=format&n=EgMf_b7FdcbLHQ3b&q=85&s=7c46390e7e345be4bacdd580f504485a

W&B Weave

15 articles · 8 tags
https://mintcdn.com/wb-21fd5541-jamie-inference-add-gemma/EgMf_b7FdcbLHQ3b/icons/cropped-inference.svg?fit=max&auto=format&n=EgMf_b7FdcbLHQ3b&q=85&s=8d0ab758f7b6d6fae2e22db4cdc540db

W&B Inference

7 articles · 5 tags

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 an experiment name. For example: wandb.init(name=“my_aweso …Experiments

How 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. In the example …Sweeps

Is 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. For offline use, set two environme …ExperimentsEnvironment VariablesMetrics

What 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 servers. A new process starts to st …Environment VariablesExperiments

Still can't find what you are looking for?

Contact support