Failed Submission

I am getting warning as below and the submission failed, can anyone suggest what is wrong here ?

There is no other information available in logs.

2022-01-28 23:05:36.352 | DEBUG | main:make_predictions:76 - Predicting batch 1532 of 10980
2022-01-28 23:05:38.355 | DEBUG | main:make_predictions:76 - Predicting batch 1533 of 10980
2022-01-28 23:05:40.380 | DEBUG | main:make_predictions:76 - Predicting batch 1534 of 10980
2022-01-28 23:05:42.422 | DEBUG | main:make_predictions:76 - Predicting batch 1535 of 10980
2022-01-28 23:05:44.452 | DEBUG | main:make_predictions:76 - Predicting batch 1536 of 10980
2022-01-28 23:05:46.504 | DEBUG | main:make_predictions:76 - Predicting batch 1537 of 10980
< … WARNING: logs capped at 2,000 lines; dropping 5,547 more >

It’s most likely time limit, becase your model spends 2 seconds on single image.

Thanks, it worked on GPU.