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.
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...
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...