When I submitted my files, I got the following error:
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/tmpJfQnQQ/run/program/evaluate.py", line 107, in
pred_disps = np.load(submit_path, fix_imports=True, encoding='latin1', allow_pickle=True)["data"]
File "/opt/conda/lib/python3.9/site-packages/numpy/lib/npyio.py", line 407, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/codalab/tmpJfQnQQ/run/input/res/disp.npz'
Why is it happening? Any issue from my side?
TIA,
DS_SN
Hi sayednadim,
Have you tried to zip the prediction file before submission? The evaluation server only recognizes files with a .zip format.
Posted by: LingdongKong @ Jan. 30, 2023, 7:40 a.m.Hi sayednadim,
You are correct. In track 2, we expect participants to save prediction files into .npz, and then compress them into .zip.
Please let us know if this works for you.
Posted by: LingdongKong @ Jan. 30, 2023, 8:30 a.m.