How can I configure the name of the run in my training code?
less than a minute
At the beginning of the training script, call wandb.init
with an experiment name. For example: wandb.init(name="my_awesome_run")
.
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.