The algorithm failed on one or more cases

The algorithm failed on one or more cases  

  By: ndola on Feb. 14, 2024, 3:07 a.m.

Hi. Can I get the stderr of my submission as I see the following message: "The algorithm failed on one or more cases."? Best regards, Oladimeji

Re: The algorithm failed on one or more cases  

  By: yeganeh.madadi on Feb. 14, 2024, 9:07 p.m.

Hi,

You can find the cause of your error by checking the Log file on the Grand Challenge website. This is your error: error [Errno 99] Cannot assign requested address

Please make sure that your algorithm reads images from the input directory and writes the output to the output directory (exact input and output addresses in the example algorithm). So, when you upload your container image to the Grand Challenge website, it should automatically get the test data from our website.

Re: The algorithm failed on one or more cases  

  By: ndola on Feb. 15, 2024, 9:15 a.m.

Thank you, sir. Best, Ola.