PINA icon indicating copy to clipboard operation
PINA copied to clipboard

Hyperparameter Optimization

Open dario-coscia opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Many DL models need extensive hyperparameter optimization in order to find the best-performing model. Since the v0.1 version #142 is based on PyTorch Lightning, there is the possibility to easily insert hyperparameter optimization. I believe this practice would benefit not only academic research but also industrial applications.

Describe the solution you'd like There are many already implemented Hyperparameter optimization frameworks, see link for reference. One could think of doing a separate module for hyperparameters optimization, such that the dependency is needed only if the module is used.

dario-coscia avatar Sep 14 '23 08:09 dario-coscia

@ndem0 maybe for 0.2?

dario-coscia avatar Feb 22 '24 07:02 dario-coscia