maxpumperla / hyperas

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

pip install: push new version #223

Closed syzer closed 5 years ago

syzer commented 5 years ago

Currently when running mnist_distributed.py example i get error, that parameter keep_temp is not recognised.

Had to install master branch with

pip install  git+https://github.com/maxpumperla/hyperas.git

in order it to work

maxpumperla commented 5 years ago

yeah, good point. thanks for the reminder. version 0.4.1 is up now. :+1: