automl / NASLib

NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.
Apache License 2.0
528 stars 117 forks source link

Error during submision on ZeroCost Competition #112

Closed lichuanx closed 2 years ago

lichuanx commented 2 years ago

Hi, I come across this error after submitting it to Coda-Lab and I believed it should have been something wrong in the evaluation system.

Traceback (most recent call last): File "/worker/worker.py", line 705, in run put_blob(stdout_url, stdout_file) File "/worker/worker.py", line 214, in put_blob 'x-ms-version': '2018-03-28', File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 99, in put return request('put', url, data=data, kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 44, in request return session.request(method=method, url=url, kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 335, in request resp = self.send(prep, send_kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 438, in send r = adapter.send(request, kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 324, in send raise ConnectionError(sockerr) ConnectionError: [Errno -3] Temporary failure in name resolution

Neonkraft commented 2 years ago

Hi,

Thanks a lot for bringing this to our attention. Yes, it looks like an issue in our evaluation system. We're currently looking into it, and will let you know as soon as it is resolved.

Best Arjun

Neonkraft commented 2 years ago

The problem has been addressed. Your submission will now run :) Please feel free to close this issue after ensuring it does.

Thanks again for bringing this to our attention. We hope you enjoy the competition!

lichuanx commented 2 years ago

The problem has been addressed. Your submission will now run :) Please feel free to close this issue after ensuring it does.

Thanks again for bringing this to our attention. We hope you enjoy the competition!

Thank you! Problem solved, and I closed the issue.