Algorithm failed on one or more cases ¶
By: Jinghua on July 29, 2024, 10:31 a.m.
Hello organizers, my algorithm failed on one or more cases. Can I get log for my bug?
Thank you.
By: imran.muet on July 29, 2024, 3:28 p.m.
The error log for your algorithm indicates a ‘Time limit exceeded’ issue.
Please modify your code to ensure it produces the segmentation within the five-minute limit.
You can use the ‘Try out Algorithm’ feature on the Grand-Challenge website to check how long your algorithm takes to produce the segmentation on their platform. Typically, it takes more time on the T4 GPU of Grand-Challenge compared to local machines.