Algorithm failed on phase 2 ¶
By: tle1302 on April 19, 2024, 2:51 p.m.
Hi Dorian,
Unfortunately my algorithm (same container build that passed phase1, just updated weights) failed phase 2, and without error log I cannot debug (only: "The algorithm failed on one or more cases.").
Ome.tiff read_image() and save_image() are from your script in the template docker. Local test succeeded, "Try-out algorithm" succeeded without warnings on the updated container. The algorithm also doesn't exceed time limit (<3min in grand challenge platform).
Is there a different data type on Phase 2, which doesn't work with the read_image() function provided? Was there a backend crash? Can you help debug? I thought all errors (input/output/environment etc) are supposed to be caught on phase1, and passing phase 1 was supposed to guarantee to pass phase 2, but unfortunately this was not the case.