Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keras example not working #24

Open
renan-cunha opened this issue Nov 11, 2018 · 0 comments
Open

Keras example not working #24

renan-cunha opened this issue Nov 11, 2018 · 0 comments

Comments

@renan-cunha
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant