NeurIPS 2021 BEETL Competition - Benchmarks for EEG Transfer Learning Forum

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

> Error when submitting

Hello,
we tried today to submit our zipped "answer.txt" file, and we got the following error :

Error:

Unable to find image 'codalab/codalab-legacy:latest' locally
latest: Pulling from codalab/codalab-legacy
8ad8b3f87b37: Pulling fs layer
369f20c752c2: Pulling fs layer
d74b51ce145e: Pulling fs layer
b18a2a18e6a1: Pulling fs layer
3e6721691cdf: Pulling fs layer
cb3fa4157730: Pulling fs layer
568a8088aa1b: Pulling fs layer
87d351f42a3c: Pulling fs layer
59e859816ba3: Pulling fs layer
3e6721691cdf: Waiting
cb3fa4157730: Waiting
568a8088aa1b: Waiting
87d351f42a3c: Waiting
59e859816ba3: Waiting
b18a2a18e6a1: Waiting
369f20c752c2: Verifying Checksum
369f20c752c2: Download complete
8ad8b3f87b37: Verifying Checksum
8ad8b3f87b37: Download complete
b18a2a18e6a1: Verifying Checksum
b18a2a18e6a1: Download complete
3e6721691cdf: Verifying Checksum
3e6721691cdf: Download complete
568a8088aa1b: Verifying Checksum
568a8088aa1b: Download complete
8ad8b3f87b37: Pull complete
87d351f42a3c: Verifying Checksum
87d351f42a3c: Download complete
d74b51ce145e: Verifying Checksum
d74b51ce145e: Download complete
59e859816ba3: Verifying Checksum
59e859816ba3: Download complete
cb3fa4157730: Verifying Checksum
cb3fa4157730: Download complete
369f20c752c2: Pull complete
docker: failed to register layer: Error processing tar file(exit status 1): write /opt/conda/lib/python2.7/site-packages/scipy/sparse/_sparsetools.so: no space left on device.
See 'docker run --help'.

Do you have any idea of what we did wrong ?
The file "answer.txt" has only labels with values between 0 and 5, separated by line breaks.
The name of the zipped file is answer.zip

Thank you

Posted by: X.X @ Sept. 28, 2021, 3:24 p.m.

You didn't do anything wrong. I had similar issues today around 09/28/2021 02:41:34

The error says: docker: failed to register layer: Error processing tar file(exit status 1): write /opt/conda/lib/python2.7/site-packages/scipy/sparse/_sparsetools.so: no space left on device.
I belive that CodaLab system that is running the submission evaluation is just too busy and doesn't have free space to create new docker image for the evaluation.
You have to wait and then try again, but you don't have to worry the failed submission doesn't count towards the submission limit.

Posted by: michaln @ Sept. 28, 2021, 4:33 p.m.

Thank you very much. Indeed, it works again.
Best regards

Posted by: X.X @ Sept. 28, 2021, 4:48 p.m.
Post in this thread