Hello,
For some reason we have been getting an error that only one file is detected in the zip file. This happens even if we zip the provided example that was un-zipped. Zipping on a windows machine helped get us to running the python code but then failed with the following message:
-----
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "/tmp/codalab/tmpj0ITEP/run/program/scoring_program.py", line 28, in
raise Exception("2 or 3 Files expected and we got {} files.".format(len(submission_files)))
Exception: 2 or 3 Files expected and we got 1 files.
So interestingly enough, what succeeds in running is uploading the example .zip training file as downloaded. but unzipping this and re-zipping it gives us the same failure message as with our submission.
Posted by: jcdicarlo @ Dec. 22, 2021, 4:16 a.m.