--no-git flag.
Restore in three steps:
- Git — Check out the original commit on a new branch (
wandb/run_id), fetch and apply any saved diff patch, and fall back to an upstream commit if the original commit cannot be found. - Config — Write the run config to
wandb/config.yaml. - Docker — If the run used Docker, start the same image with the original command.
run_idproject:run_identity/project:run_identity/project/run_id
Usage
Options
no_git
Skip git restoration. Only restore config and Docker state.
| Flag | Default | Type |
|---|---|---|
--no-git | False | BOOL |
branch
Create a wandb/run_id branch or check out the commit in detached HEAD mode.
| Flag | Default | Type |
|---|---|---|
--branch | True | BOOL |
project
Specify the project to look up the run in.
| Flag | Default | Type |
|---|---|---|
-p, --project | None | STRING |
entity
Specify the entity to scope the run lookup to.
| Flag | Default | Type |
|---|---|---|
-e, --entity | None | STRING |
help
Show this message and exit.
| Flag | Default | Type |
|---|---|---|
--help | False | BOOL |