Understanding the docker submission error ¶
By: juhha on July 11, 2023, 6:58 p.m.
I just made a submission and I am having an error with message saying "The algorithm failed on one or more cases." Is there a way to possibly see the error message output? I hope I can debug the error, but it is hard to do so with the current submission error message.
(1) I checked if "test.sh" works in my local machine, and it does. (2) I tried the docker image by "Try-out Algorithm," and it worked. So I cannot think of any reason why it is failing and what are needed to be fixed.
One suspicion that I have is if the given SITKImageObject is single slice image (with dimensionality of [c,h,w] where c is channel, [h,w] is the 2d image resolution). My algorithm is based on 3D operations, so if the input data are 2d, then I probably should change my algorithm to 2D operation-based ones. But if SITKImageObject is 3D image, then I have no idea what is the problem.
Can I get a support for this?
Thanks