Skip to main content
Usage wandb restore [OPTIONS] RUN Summary Restore code, config and docker state for a run. Retrieves code from latest commit if code was not saved with wandb.save() or wandb.init(save_code=True). Options
OptionDescription
--no-gitDon’t restore git state
--branch / --no-branchWhether to create a branch or checkout detached
-p, --projectThe project you wish to upload to.
-e, --entityThe entity to scope the listing to.
I