Can I just set the run name to the run ID?
less than a minute
Yes. To overwrite the run name with the run ID, use the following code snippet:
import wandb
wandb.init()
wandb.run.name = wandb.run.id
wandb.run.save()
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.