You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a grid search, sometimes I have to delete some runs due to crashes. However, once deleted, that specific hyperparameters configuration is not scheduled again.
The only solution that I found is to create a new identical sweep importing the successful runs, and let the missing one be scheduled again.
Suggested Solution
Re-run all of the deleted runs until the sweep is completed. This used to be the case in previous version of wandb, and it would avoid the hustle of creating new sweeps from the successful runs in order to re-schedule the missing ones.
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Hi @carloalbertobarbano! Your feature request has been submitted! Thank you so much for reporting this and we'll keep you posted on any possible updates we know :)
Description
When performing a grid search, sometimes I have to delete some runs due to crashes. However, once deleted, that specific hyperparameters configuration is not scheduled again.
The only solution that I found is to create a new identical sweep importing the successful runs, and let the missing one be scheduled again.
Suggested Solution
Re-run all of the deleted runs until the sweep is completed. This used to be the case in previous version of wandb, and it would avoid the hustle of creating new sweeps from the successful runs in order to re-schedule the missing ones.
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: