maxpumperla / hyperas

Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization
http://maxpumperla.com/hyperas/
MIT License
2.17k stars 316 forks source link

Hyperas ignoering batch size #213

Open robkuehl opened 5 years ago

robkuehl commented 5 years ago

Maybe I'm getting it wrong, but why is the model always trained on the full training set. When I use verbose=2, every epoch is using the whole training set provided by the data function and it looks like the validation split in the fit function is not used. I would appreciate any explenation!