Help us improve these docs. Take our quick survey.
.name
wandb.Run
import wandb with wandb.init() as run: run_name = run.name print(f"Le nom de l'exécution lisible par un humain est : {run_name}")
Was this page helpful?