Help us improve these docs. Take our quick survey.
wandb.Run
.name
import wandb # run を初期化 with wandb.init() as run: run_name = run.name # 人間が読みやすい形式の run 名を表示 print(f"The human-readable run name is: {run_name}")
Was this page helpful?