autonomio / talos

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

No url found error while using random_method='quantum' #459

Closed srujansai1997 closed 2 years ago

srujansai1997 commented 4 years ago

hello !! I am getting the following error if I use the argument random_method='quantum' and fraction_limit=0.1 Screenshot from 2020-01-28 10-23-03

github-actions[bot] commented 4 years ago

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

srujansai1997 commented 4 years ago

I am also getting this error when recovering best model from experiment log .

TalosModelError: <class 'tensorflow.python.keras.optimizer_v2.adam.Adam'> is not supported by lr_normalizer

mikkokotila commented 4 years ago

For the first part, I have to look in the upstream package (chances). Maybe some API have changed its address.

For the second part, when you recover model from experiment log, it will not work unless you have used string values as names of optimizers.