wandb restore
less than a minute
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
Argument | Description | Required |
---|---|---|
RUN |
No description available | Yes |
Options
Option | Description |
---|---|
--no-git |
Don’t restore git state (default: False) |
--branch |
Whether to create a branch or checkout detached (default: True) |
--project , -p |
The project you wish to upload to. |
--entity , -e |
The entity to scope the listing to. |
Feedback
Was this page helpful?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.