error: The algorithm failed on one or more case

error: The algorithm failed on one or more case  

  By: junma on Jan. 12, 2024, 3:22 a.m.

Dear organizers,

The submission failed again, during validation of prostate cancer classification.

Could you please let me know the error log?

Thank you.

Re: error: The algorithm failed on one or more case  

  By: anajimenez on Jan. 12, 2024, 7:43 a.m.

Dear @junma, the error seems to be the same. Here is the trace:

2024-01-12T03:12:30.265000+00:00 Traceback (most recent call last): 2024-01-12T03:12:30.265000+00:00 File "/usr/local/lib/python3.9/runpy.py", line 197, in _run_module_as_main 2024-01-12T03:12:30.265000+00:00 return _run_code(code, main_globals, None, 2024-01-12T03:12:30.265000+00:00 File "/usr/local/lib/python3.9/runpy.py", line 87, in _run_code 2024-01-12T03:12:30.265000+00:00 exec(code, run_globals) 2024-01-12T03:12:30.265000+00:00 File "/opt/app/process.py", line 5, in 2024-01-12T03:12:30.265000+00:00 from datasets import transforms as trans 2024-01-12T03:12:30.265000+00:00 ModuleNotFoundError: No module named 'datasets'

Re: error: The algorithm failed on one or more case  

  By: junma on Jan. 12, 2024, 1:58 p.m.

so weird. We already provided the dataset module.

Is there any way to validation the docker locally?

 Last edited by: junma on Jan. 12, 2024, 2:01 p.m., edited 1 time in total.

Re: error: The algorithm failed on one or more case  

  By: anajimenez on Jan. 12, 2024, 2:48 p.m.

Dear @junma,

You can run your docker container in your computer using an example of image and clinical data. In other threads, I read that you can also use the "Try Out Algorithm" button on your algorithm page.

Hope this helps.

Re: error: The algorithm failed on one or more case  

  By: junma on Jan. 13, 2024, 11:37 p.m.

It helps us a lot. Thank you very much!