NTIRE 2022 High Dynamic Range Challenge - Track 2 Low-complexity (fidelity constrain) Forum

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

> About submit problem

HI, I met some trouble in submitting my result. When I submit the result of the result zip file, I got failed status. The error information is strange listed below:
```
Traceback (most recent call last):
File "/worker/worker.py", line 313, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 173, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 173, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 132, in get_bundle
with ZipFile(bundle_file.file, 'r') as z:
File "/usr/local/lib/python2.7/zipfile.py", line 770, in __init__
self._RealGetContents()
File "/usr/local/lib/python2.7/zipfile.py", line 811, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file
```
The error information shows File is not a zip file, however, I do submit a zip file that I can decode in my computer.
When I try to submit the same zip file again, the error info turns to 'No space left on device'
'''
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/tmp/codalab/tmpmVeugg/run/program/evaluation.py", line 82, in
output_file.write("ExtraData:%d\n"%num_parameters)
OSError: [Errno 28] No space left on device
'''
Is something wrong with the evaluation system or did I wrongly encode my submit zip file?
thanks for any advice!

Posted by: gaogao @ March 21, 2022, 4:51 a.m.

I got this error:

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/tmp/codalab/tmpoZBPzi/run/program/evaluation.py", line 82, in
output_file.write("ExtraData:%d\n"%num_parameters)
OSError: [Errno 28] No space left on device

Please check!

Posted by: alexmahone @ March 21, 2022, 7:43 a.m.
Post in this thread