tobegit3hub / advisor

Open-source implementation of Google Vizier for hyper parameters tuning
https://advisor.readthedocs.io
Apache License 2.0
1.54k stars 257 forks source link

Keras example not working #24

Open renan-cunha opened 5 years ago

renan-cunha commented 5 years ago

The keras example mnist_cnn.py is not working, this is what happens:

renan@renan-cunha-laptop:~/Downloads/advisor/examples/keras$ python3 mnist_cnn.py Using TensorFlow backend. Traceback (most recent call last): File "mnist_cnn.py", line 134, in keras_util.main(train) File "/home/renan/Downloads/advisor/examples/keras/keras_util.py", line 74, in main "BayesianOptimization") File "/home/renan/.local/lib/python3.6/site-packages/advisor_client/client.py", line 36, in create_study study = Study.from_dict(response.json()["data"]) KeyError: 'data'