nextml / NEXT

NEXT is a machine learning system that runs in the cloud and makes it easy to develop, evaluate, and apply active learning in the real-world. Ask better questions. Get better results. Faster. Automated.
http://nextml.org
Apache License 2.0
160 stars 54 forks source link

Better error for failed creating (local) experiment #106

Closed dconathan closed 7 years ago

dconathan commented 8 years ago

When launching experiment locally, if experiment fails to launch (e.g. lacking necessary parameter), launch_experiment.py exits with:

exp_uid = initExp_response_dict['exp_uid'] KeyError: 'exp_uid'

Because an exp_uid is never created... I added a "print(initExp_response_dict)" above that so I could see the actual error behind why exp_uid not being created... but took me a while to figure out what was causing the error...