6 comments

[ 3.4 ms ] story [ 28.7 ms ] thread
Interesting approach to nas. Can this package do optimization with the hyperband algorithm?
I 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.
Looks very nice! Does it support multi gpu training during the search?