Skip to content

Instantly share code, notes, and snippets.

@ramithuh
Created February 10, 2022 21:00
Show Gist options
  • Save ramithuh/2fb0c85906a17b2d9a740c1cf4e1ade0 to your computer and use it in GitHub Desktop.
Save ramithuh/2fb0c85906a17b2d9a740c1cf4e1ade0 to your computer and use it in GitHub Desktop.
resume wandb project and log data
import wandb
wandb.init(id="31cnstm6", project="test", resume="must")
wandb.log({"this was added later": 1241241})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment