Skip to main content
run 名を Run ID で上書きするには、次のコードスニペットを使用します。
import wandb

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

Experiments