> submission failed

Hi organizers,

I've tried to submit 3 times and received the following "ingestion error log":

-----------------------

Traceback (most recent call last):
File "/tmp/codalab/tmpyefpln/run/ingestion_program/ingestion.py", line 46, in <module>
response = conn.getresponse()
File "/opt/conda/lib/python2.7/httplib.py", line 1121, in getresponse
response.begin()
File "/opt/conda/lib/python2.7/httplib.py", line 438, in begin
version, status, reason = self._read_status()
File "/opt/conda/lib/python2.7/httplib.py", line 402, in _read_status
raise BadStatusLine(line)
httplib.BadStatusLine: ''

-----------------------

Is it an issue of CodaLab or my submission?
My submission is running fine on my local PC.

Thanks.

Posted by: qttruong @ Oct. 12, 2019, 4:46 p.m.

ditto

Posted by: numericlee @ Oct. 12, 2019, 10:45 p.m.

Hi guys!

We are working on improving the state of affairs...

Posted by: Criteo @ Oct. 15, 2019, 8:14 p.m.

Hi @Criteo,

Any update on this? I'm still facing the same issue when submitting my agent.

Posted by: qttruong @ Oct. 19, 2019, 7:10 a.m.

We have applied a hot-fix to handle the issue of async package loading of TF during evaluation.
Now you can use TF 2.0 (of TF 1. 0 in a compatible mode: `import tensorflow.compat.v1 as tf').

Posted by: Criteo @ Nov. 4, 2019, 9:11 p.m.

Thank you for the fix.
I'm able to run my agent now.

Posted by: qttruong @ Nov. 5, 2019, 4:22 a.m.
Post in this thread