i have tested get_feat.py before submission , it works well in my own env , but after submisson , i see the error from the submit log, can anyone give some tips ?
Traceback (most recent call last):
File "/tmp/codalab/tmpaUu81f/run/program/score.py", line 52, in
scores = get_score(input_dir)
File "/tmp/codalab/tmpaUu81f/run/program/score.py", line 30, in get_score
exit(1)
File "/usr/lib64/python3.6/_sitebuiltins.py", line 26, in __call__
raise SystemExit(code)
SystemExit: 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/codalab/tmpaUu81f/run/program/score.py", line 54, in
raise Exception('Error in calculation of the specific score of the task')
Exception: Error in calculation of the specific score of the task
same problem, have you fix this?
Posted by: tongtong @ June 21, 2021, 9:24 a.m.Same problem, anyone fixed this?
Posted by: min.yang @ June 23, 2021, 9:42 a.m.join the wechat group and ask the administrator for help
Posted by: zhangge00hou @ June 24, 2021, 12:09 p.m.Did you fix this problem??
Unfortunately, I'm not familiar with wechat.
We received an email from the organizer of this challenge.
The problem may be occurred due to the OOM of an evaluation server.
So, why don't you re-submit other models??
We tried to submit other models and pass through the evaluation and then got a score without error.
We hope this thread is a guide to other participants got trapped in this problem.