ARM-software / mango

Parallel Hyperparameter Tuning in Python
Apache License 2.0
335 stars 40 forks source link

setting checkpoints #110

Closed AJFeng closed 7 months ago

AJFeng commented 10 months ago

As the server I used is with the Slrum system and limited the running time for each job to 2 days, is there any way that can set the checkpoints and then continue to search the parameters in another job submission based on the last job results?

tihom commented 7 months ago

@AJFeng please see the following example for a warm start: https://github.com/ARM-software/mango/blob/main/examples/warmup.ipynb