6 ms·
Interesting approach to nas. Can this package do optimization with the hyperband algorithm?
by JoeCoo7 6y ago
Interesting approach to nas. Can this package do optimization with the hyperband algorithm?
- simonblanke 6y agoI am glad you like it. Hyperband relies on early stopping of the model. So it is something you would do inside the objective function by yourself. I have plans to add some helper functions for early stopping in the future.