Skip to main content
Weights & Biases Documentation home page
Search...
⌘K
Log in
Sign Up
Sign Up
Search...
Navigation
How can I configure the name of the run in my training code?
Platform
W&B Models
W&B Weave
W&B Inference
W&B Training
Release Notes
W&B Models
W&B Quickstart
Get Started with W&B Models
Evaluate models
Guides
Experiments
Sweeps
Tables
Artifacts
Registry
Reports
Automations
W&B App UI
Integrations
Integrations
Add wandb to any library
ML Frameworks
ML Libraries
Cloud Platforms
Workflow Orchestration
Other
Tutorials
Tutorials
Fundamentals
Framework Tutorials
Advanced Tutorials
Integration tutorials
Reference
Reference
Python SDK 0.22.0
Command Line Interface
Query Expression Language
Reports and Workspaces API
Support
English
close
How can I configure the name of the run in my training code?
Copy page
Copy page
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?
Yes
No
Suggest edits
Raise issue
⌘I