Skip to content

Instantly share code, notes, and snippets.

@j40903272
Created April 14, 2025 06:35
Show Gist options
  • Save j40903272/7af7ea61ea83f262f76faf5986bb42e9 to your computer and use it in GitHub Desktop.
Save j40903272/7af7ea61ea83f262f76faf5986bb42e9 to your computer and use it in GitHub Desktop.
wandb rewind script
import wandb
run = wandb.init(project=f"{project_name}", entity=f"{organization_name}", resume_from=f"{run_id}?_step={step}")
run.finish()
print(run.id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment