autonomio / talos

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

getting network issue while trying optimize the parameters like fraction_limit and round_limit ? #467

Closed nandinimatam closed 4 years ago

nandinimatam commented 4 years ago

i am trying to add fraction_limit,round_limit in talos.scan function i am getting this error <class 'urllib.error.URLError'> ,this is due to connectivity issue ,how to resolve this issue,how can i able to run this without having open network ,Please suggest on this

mikkokotila commented 4 years ago

Is it this same issue #459. In that case just use any other random method than quantum.

Otherwise, please provide the entire trace.

nandinimatam commented 4 years ago

thanks,please tell me why i am getting that issue with random_method='quantum',what was reason behind it .please help on this .

mikkokotila commented 4 years ago

thanks,please tell me why i am getting that issue with random_method='quantum',what was reason behind it .please help on this .

This relates with another package that handles the random methods (chances) and will have to be fixed there. So closing here.

For the time being, simply use one of the other available random methods.