How severe does this issue affect your experience of using Ray?
- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
Hi,
I am currently trying to finetune a model using Ray Tune and Optuna. Let’s say I have run an experiment of 10 runs that gave me an overview of what good hyperparameters but not good enough parameters. Is there a way to restore this experiment but increasing num_samples
so that it keeps on looking for good hyperparameters but keeping the knowledge of the previous runs so that it does not lose this previous knowledge.
Does anyone has an idea how to do it? Thanks a lot