You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: