Skip to main content
はい。 Run 名を Run ID で上書きするには、以下の コードスニペット を使用してください。
import wandb

with wandb.init() as run:
   run.name = run.id
   run.save()