Skip to main content
history オブジェクトは、 wandb.log で記録されたメトリクスを追跡します。API を使用して history オブジェクトにアクセスするには、以下のように記述します。
api = wandb.Api()
run = api.run("username/project/run_id")
print(run.history())