Help us improve these docs. Take our quick survey.
wandb.Run
.name
import wandb with wandb.init() as run: run_name = run.name print(f"사람이 읽을 수 있는 run 이름은: {run_name}")
Was this page helpful?