autonomio / talos

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

Only first premutation selected for most hyperparameters if possible combination is larger than int max #244

Closed JohanMollevik closed 5 years ago

JohanMollevik commented 5 years ago

Due to the use of limited range integers in np.prod the selected premutation becomes truncated which makes it fail with large parameter spaces

mikkokotila commented 5 years ago

This is now fixed. Closing.