Help us improve these docs. Take our quick survey.
Access the human-readable run name using the run.name attribute after calling wandb.init().
.name
wandb.Run
import wandb with wandb.init() as run: run_name = run.name print(f"The human-readable run name is: {run_name}")
Was this page helpful?