Inference failed with 100% progress

The submission page shows the overall progress is 100%, while afterward, it fails with the message “inference failed”. What might lead to this error?
Thanks ahead for your help.

submission_hash : a85d6f87aa746810404b1db7f94629b62ba8bac8.

1 Like

Hi @HaoheLiu,

This submission failed due to the timeout (240s/music) on a music.

Thanks to raise about it, we will be fixing the ambiguous error message here.

3 Likes

Maybe I got the same trouble.
86%|█████████████████████████████████████████████████████████████████▋ | 380/440 [03:52<00:37, 1.61seconds/s]
89%|███████████████████████████████████████████████████████████████████▎ | 390/440 [03:58<00:30, 1.63seconds/s]
89%|███████████████████████████████████████████████████████████████████▎ | 390/440 [03:59<00:30, 1.63seconds/s]

File “/home/aicrowd/evaluator/music_demixing.py”, line 24, in signal_handler
raise TimeoutException(“Prediction timed out!”)
evaluator.music_demixing.TimeoutException: Prediction timed out!

Hi @chenyd,

Yes, as you notice: 03:59<00:30 from your logs.

Your model is taking more than 4 minutes for an individual songs, due to which it has failed.
Can you please check in case you can speed it up, so the demixing is more real-time?


:information_source: The maximum length of songs is 3 and half minutes as shared here: Tracks length

1 Like