maciejkula / spotlight

Deep recommender models using PyTorch.
MIT License
2.97k stars 421 forks source link

Hyper parameter tuning #171

Open kshitijyad opened 4 years ago

kshitijyad commented 4 years ago

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?

jspisak commented 4 years ago

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.