Failed The algorithm failed on one or more cases.

Failed The algorithm failed on one or more cases.  

  By: DeepLearnAI on July 15, 2024, 4:12 p.m.

Dear Organizer, Could you check this error or can you share log file. I same reproduce the base code without changing anything. Thanks. Best Regards, Abdul

Re: Failed The algorithm failed on one or more cases.  

  By: imran.muet on July 15, 2024, 9:34 p.m.

Your error log has been shared with you; please check your inbox of Grand-Challenge account.

The following suggestion may help you:

  • If you encounter GPU memory issues when using sliding window inference, try transferring the data to the CPU instead of the GPU. You can do this as shown below:
sliding_window_inference(image, (patch_size, patch_size, patch_size), num_samples, model, device='cpu')

Re: Failed The algorithm failed on one or more cases.  

  By: DeepLearnAI on July 17, 2024, 11:16 a.m.

Thanks for your reply. I had successfully uploaded previous docker container. I followed same steps to upload new method. I am very strange, my docker is working on local machine but I got same error as previous. Please can you share the log file again to see the error. Thanks. Best regards, Abdul

Re: Failed The algorithm failed on one or more cases.  

  By: DeepLearnAI on July 19, 2024, 5:39 a.m.

I really appreciate if you provide the log file?

Re: Failed The algorithm failed on one or more cases.  

  By: imran.muet on July 21, 2024, 3:56 p.m.

The error "Time limit exceeded" was reported for your algorithm!