The algorithm failed on one or more cases.

The algorithm failed on one or more cases.  

  By: saukkoriipi on Sept. 13, 2024, 8:50 p.m.

Hi!

Is it possible to get the error message to find out why the algorithm failed?

Regards, Mikko

Re: The algorithm failed on one or more cases.  

  By: kareemwahid111 on Sept. 13, 2024, 8:56 p.m.

Hi Mikko,

Yes, if it's for the development phase, you are able to fully view the log files. You can get to these logs a couple of different ways.

If you click on "Algorithms" at the top of the GC web banner, you will need to look for your algorithm name, click it, look for results, and then you will be able to see your most recent results. If you click the (i) symbol you will be taken to a page with the stdout stderr and logs. We demonstrate how to do this with some pictures on the Submission Instructions page under section 5. Additional Details Only For The Development Phases .

FYI we highly recommend using the "Try-out Algorithm" feature (see section 3. Optional: Viewing Algorithm Results On Example Data on submission page) before submitting anything (even for dev phases) just to make sure your algorithm runs all the way through and generates an output.

Hope that's helpful.

Kareem

 Last edited by: kareemwahid111 on Sept. 13, 2024, 9 p.m., edited 2 times in total.

Re: The algorithm failed on one or more cases.  

  By: saukkoriipi on Sept. 13, 2024, 10:02 p.m.

Thanks Kareem for the quick answer! It seems that our solution takes too much memory. We did our tests before submission with a 24GB 4090, which explains why we didn't encounter this problem.

I assume this information may be relevant to others as well. The hardware running the tests is:

GPU: Tesla T4, Total Memory: 15102.06 MB

RAM: 16GB

Regards, Mikko

 Last edited by: saukkoriipi on Sept. 13, 2024, 10:11 p.m., edited 2 times in total.

Re: The algorithm failed on one or more cases.  

  By: kareemwahid111 on Sept. 14, 2024, 1:29 a.m.

Thanks, Mikko. Yes thats correct. Here are additional specs on the runtime environment in case anyone is unsure: https://grand-challenge.org/documentation/runtime-environment/.