Skip to main content

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_awesome_run").

Was this page helpful?๐Ÿ‘๐Ÿ‘Ž