Skip to main content
history オブジェクトは、wandb.log でログしたメトリクスをトラッキングします。API を使用して history オブジェクトにアクセスします。
api = wandb.Api()
run = api.run("username/project/run_id")
print(run.history())

Experiments