Hi, I faced with an error when the score file try to score my final prediction until the last three batches... Could you help to rescore my submission?Thanks.
Traceback (most recent call last):
File "/tmp/codalab/tmp5uDw_t/run/program/score.py", line 132, in
predict_file = ls(os.path.join(prediction_dir, basename + '*.predict'))[-1]
IndexError: list index out of range
Hi,
It seems you only produced predictions for the first 7 batches of data set E (https://competitions.codalab.org/my/competition/submission/481166/ingestion_program_stdout_file.txt), this could have caused the error
Best
Thanks for the quick reply!
Best,
QQ