autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 268 forks source link

early_stopper to properly ready in customer params #322

Closed pcannons closed 5 years ago

pcannons commented 5 years ago

Looks like some leftover weirdness where you're supposed to pass in a list of the two parameters. Seems much more intuitive to just use the parameters.

mikkokotila commented 5 years ago

That's right, good catch :) This is now fixed in v0.6.2 onwards.