wandb.log. Access the history object using the API:
Experiments
Help us improve these docs. Take our quick survey.
wandb.log. Access the history object using the API:
api = wandb.Api()
run = api.run("username/project/run_id")
print(run.history())
Was this page helpful?