MIND News Recommendation Competition Forum

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

> sub 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/tmpFu5o83/run/program/evaluate.py", line 124, in
submission_answer_file = open(os.path.join(submit_dir, "prediction.txt"), 'r')
IOError: [Errno 2] No such file or directory: '/tmp/codalab/tmpFu5o83/run/input/res/prediction.txt'

how to solve this problem?

Posted by: Wanyu @ Aug. 21, 2020, 10:16 a.m.

This is probably because the submission file name is incorrect. Please change it to "prediction.txt" and try again.

Posted by: MIND_Organizer @ Aug. 22, 2020, 10:10 a.m.

In addition, it is worth noting that you need to ensure there is no inner folder in the zipped submission file.

Posted by: MIND_Organizer @ Aug. 22, 2020, 10:11 a.m.
Post in this thread