wandb.log
api = wandb.Api() run = api.run("username/project/run_id") print(run.history())
Was this page helpful?