Skip to main content
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).

Usage

wandb restore RUN [OPTIONS]

Arguments

ArgumentDescriptionRequired
RUNNo description availableYes

Options

OptionDescription
--no-gitDonโ€™t restore git state (default: False)
--branchWhether to create a branch or checkout detached (default: True)
--project, -pThe project you wish to upload to.
--entity, -eThe entity to scope the listing to.