Algorithm Failed

Algorithm Failed  

  By: agaldran on April 10, 2024, 8:06 a.m.

Dear Organizers,

My algorithm (launched on April 9, 2024, 10:17 p.m.) just returned a message that it failed on one or more cases. May I please have the logs of the error so that I can debug it?

Thanks

Re: Algorithm Failed  

  By: agaldran on April 10, 2024, 8:17 a.m.

To be clear, I used the try-out tool and got a message of "Errored", but when I look at the logs there I see that nothing seems to go wrong:

Re: Algorithm Failed  

  By: zolnamar on April 10, 2024, 1:54 p.m.

Same! After running my algorithm for 20 hours, the system again showed the error: "The algorithm failed on one or more cases." However, my algorithm has already passed the "try-out algorithm" successfully and has also been tested on 2 different servers without any issues. I understand this may not directly be the organizers' issue, but it seems to be a bug in the grand-challenge backend system that needs to be addressed.

Re: Algorithm Failed  

  By: yeganeh.madadi on April 10, 2024, 8:07 p.m.

Dear participants,

Agaldran, Perfect! I saw that you successfully submitted your algorithm!

Zolnamar, I replied to your email.

Re: Algorithm Failed  

  By: agaldran on April 12, 2024, 8:47 a.m.

Yes, in case it helps, when I changed my glaucamotaous features predictions from np.bool_ to bool it started working. It took a while to debug, though. Maybe it is about the evaluation container at GC being picky about data format, or whatever.