> How can I submit my results?

I didnt find the upload way for my reuslts. Did I miss something?

Posted by: dod @ April 11, 2018, 2:42 a.m.

See wiki of CodaLab competition: https://github.com/codalab/codalab-competitions/wiki/User_Participating-in-a-Competition

Please let me know if you have problem submitting your results.

Posted by: yuantailing @ April 11, 2018, 10:19 a.m.

when I upload a .zip file of the results, there some errors as below.

Traceback (most recent call last):
File "/worker/worker.py", line 275, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 142, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 142, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 92, in get_bundle
urllib.urlretrieve(url, bundle_file.name)
File "/usr/local/lib/python2.7/urllib.py", line 98, in urlretrieve
return opener.retrieve(url, filename, reporthook, data)
File "/usr/local/lib/python2.7/urllib.py", line 245, in retrieve
fp = self.open(url, data)
File "/usr/local/lib/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/local/lib/python2.7/urllib.py", line 443, in open_https
h.endheaders(data)
File "/usr/local/lib/python2.7/httplib.py", line 1038, in endheaders
self._send_output(message_body)
File "/usr/local/lib/python2.7/httplib.py", line 882, in _send_output
self.send(msg)
File "/usr/local/lib/python2.7/httplib.py", line 844, in send
self.connect()
File "/usr/local/lib/python2.7/httplib.py", line 1255, in connect
HTTPConnection.connect(self)
File "/usr/local/lib/python2.7/httplib.py", line 821, in connect
self.timeout, self.source_address)
File "/usr/local/lib/python2.7/socket.py", line 575, in create_connection
raise err
IOError: [Errno socket error] [Errno 110] Connection timed out

Posted by: dod @ April 13, 2018, 4:05 a.m.

It's a network issue, I re-ran your submission, you can see results now.

Posted by: yuantailing @ April 13, 2018, 5:03 a.m.

Thank you!

Posted by: dod @ April 13, 2018, 6:38 a.m.

can I see the AP of the 10 most frequent Chinese characters?

Posted by: dod @ April 13, 2018, 5:45 p.m.

Click `View scoring output log', JSON format is described in tutorial part-3.

Posted by: yuantailing @ April 13, 2018, 5:52 p.m.
Post in this thread