AutoML3 :: AutoML for Lifelong Machine Learning Forum

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

> An error has occurred in the submitted model

Hello,
I submitted my model yesterday, but I got an error message as follows:
========================================================
Traceback (most recent call last):
File "/tmp/codalab/tmpdAb1G3/run/program/score.py", line 132, in
predict_file = ls(os.path.join(prediction_dir, basename + '*.predict'))[-1]
IndexError: list index out of range
========================================================
It looks like an issue that occurred because my model failed to generate a prediction file.
However I found there are generated prediction files after I run my model on local docker.
Could you help to solve this issue?
Thanks

Posted by: leemoonhoen @ Sept. 6, 2018, 2:12 a.m.

Face with the same problem with you on my last dataset. Maybe some problem on the server? Waiting for the organizer...

Posted by: QQSong @ Sept. 6, 2018, 6:02 a.m.

Hi,

From the ingestion output file: https://competitions.codalab.org/my/competition/submission/480985/ingestion_program_stdout_file.txt

It seems that predictions were not generated for all of the test batches, hence the scoring failed.

Best

HJ

Posted by: hugo.jair @ Sept. 6, 2018, 9:51 a.m.
Post in this thread