Created
April 14, 2025 06:35
-
-
Save j40903272/7af7ea61ea83f262f76faf5986bb42e9 to your computer and use it in GitHub Desktop.
wandb rewind script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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