autonomio / talos

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

performance parameters are different from mine #478

Closed CarloBortone closed 4 years ago

CarloBortone commented 4 years ago

Hi guys i specified the parameter 'batch_size': (10, 20, 30) and in my performance log i have very strange values for batch_size, like : 18,19,13,12,17 does anyone know why?

github-actions[bot] commented 4 years ago

Welcome to Talos community! Thanks so much for creating your first issue :)

mikkokotila commented 4 years ago

You have to input [10, 20, 30], because tuple will create a range.

mikkokotila commented 4 years ago

Closing this as resolved.

CarloBortone commented 4 years ago

thank you