Closed vateye closed 3 years ago
Hi @vateye, Did you have an enclosing directory for these two files? The eval script expects no directory for the files.
Hi @vateye, Did you have an enclosing directory for these two files? The eval script expects no directory for the files.
Yes, I just place the two files under res
folder, and use zip -r submission.zip ./res/*
to pack the files.
There is no need to place them under res
, this res
is an internal dir used by CodaLab. Select the two files directly and zip them.
Hi, I recently generate the test results and validation results on CodaLab as the following structure.
The CodaLab gave me the error
IOError: [Errno 2] No such file or directory: '/tmp/codalab/tmphfqu8Q/run/input/res/hl_test_submission.jsonl'
How can I solve this problem?