Skip to main content
history 오브젝트는 wandb.log로 기록된 메트릭을 추적합니다. API를 사용하여 history 오브젝트에 엑세스할 수 있습니다:
api = wandb.Api()
run = api.run("username/project/run_id")
print(run.history())