Usage
Description
Restore the code, config, or Docker environement from a previous W&B run. Recreate the environment of a previous run so you can reproduce it. Requires authentication with W&B. Restore up to three pieces of state, depending on what the original run recorded:- Config (always): Write the run config to wandb/config.yaml.
-
Git (if available): Check out the original commit on a new
wandb/run_id branch. Fetch and apply any saved diff patch.
If the original commit cannot be found,
fall back to an upstream commit if the original cannot be found.
Run this command from the same git repository as the original run. Skip
this step with
--no-git. - Docker (if available): If the run was executed inside a Docker container, start the same image with the original command.