maciejkula/spotlight

Hyper parameter tuning

kshitijyad opened this issue · 1 comments

My questions might seem dumb, but I was trying to understand the project. As seen in the documentation, various parameters go into the model. I was thinking if there is an easy way to do Hyperparameter tuning in spotlight?

HPO doesnt tend to be part of these types of domain level frameworks. I doubt it has been tested here but, for PyTorch, you could try Optuna or Ray Tune which are both well supported by Preferred Networks and the UCB folks respectively.