How do I programmatically access the human-readable run name?
The .name attribute of a wandb.Run is accessible as follows:
import wandb
wandb.init()
run_name = wandb.run.name
The .name attribute of a wandb.Run is accessible as follows:
import wandb
wandb.init()
run_name = wandb.run.name