How do I fix the error `resume='must' but run (<run_id>) doesn't exist`?
less than a minute
If you encounter the error resume='must' but run (<run_id>) doesn't exist
, the run you are attempting to resume does not exist within the project or entity. Ensure that you are logged in to the correct instance and that the project and entity are set:
wandb.init(entity=<entity>, project=<project>, id=<run-id>, resume='must')
Run wandb login --relogin
to verify that you are authenticated.
Feedback
Was this page helpful?
Glad to hear it! If you have further feedback, please let us know.
Sorry to hear that. Please tell us how we can improve.