Closed bloom1-afk closed 1 month ago
Hi @bloom1-afk,
This problem looks specific to the competition. This repository concerns the platform itself.
Some tips:
I'm closing this issue and hoping the organizers will be able to help you. Feel free to re-open it if you think it is relevant.
this is my "submission.zip" file struct:
submission.zip ├── pred-5-1.json ├── pred-5-5.json ├── pred-10-1.json └── pred-10-5.json
after i upload my submission, i got a problem: Traceback (most recent call last): File "/tmp/codalab/tmpFwvRk8/run/program/evaluate.py", line 17, in ur_result = json.load(open(os.path.join(input_dir, 'res', 'pred-{}.json'.format(key)))) FileNotFoundError: [Errno 2] No such file or directory: '/tmp/codalab/tmpFwvRk8/run/input/res/pred-5-1.json'