How do I fix the error `resume='must' but run (<run_id>) doesn't exist`?
Verify you are logged in to the correct instance and that entity and project are set correctly when resuming a run.
How do I use the resume parameter when resuming a run in W&B?
Set resume to ‘must’ or ‘allow’ in wandb.init() with entity, project, and id to resume a run.