Skip to main content
The history object tracks metrics logged with wandb.log. Access the history object using the API:
api = wandb.Api()
run = api.run("username/project/run_id")
print(run.history())

Experiments