CXR-LT: Multi-Label Long-Tailed Classification on Chest X-Rays Forum

Go back to competition Back to thread list Post in this thread

> Error during submission

One of my recent submissions had this following error

Traceback (most recent call last):
File "/worker/worker.py", line 750, in run
put_blob(detailed_results_url, file_to_upload)
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 110] Connection timed out

I've checked my submission file and there seems to be no problem with it. Based on the error code, this seems to be a server side issue. Is there a way for me to resubmit without using a submission count?

Posted by: dongkyunk @ July 16, 2023, 3:04 a.m.

Hm, where exactly did you see this error? I'm not able to see this on my end. Strangely, I see that your last submission failed but when I look at the output, the submission was properly scored with no errors... Hold off on submitting for a moment until I can figure out what I can do about this.

Greg Holste | CXR-LT Organizer

Posted by: gholste @ July 16, 2023, 3:16 a.m.

Thanks for bringing this to my attention. I'm 99% sure this was indeed a server error because the submission actually was successful. I ended up re-running your last submission, then deleting the initial failed one, so I think this should be resolved now.

Greg Holste | CXR-LT Organizer

Posted by: gholste @ July 16, 2023, 3:30 a.m.
Post in this thread