claesenm / optunity

optimization routines for hyperparameter tuning
http://www.optunity.net
Other
416 stars 78 forks source link

How to tune hyperparameter, where data is passing through model train function step by step? #99

Open gunjannaik opened 4 years ago

gunjannaik commented 4 years ago

I am training a ML model, where instead of pushing the data in a whole, I wanted to give data step by step.

So, like saving weights in Deep learning model. Can we save parameters of some part of training data and then again load these parameters to further tune the hyper-parameters?