error: The algorithm failed on one or more case

error: The algorithm failed on one or more case  

  By: junma on Jan. 11, 2024, 12:41 a.m.

Dear organizers,

I got this error " The algorithm failed on one or more cases." during Validation Prostate Classification phase.

could you please get back to me the error log?

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

  By: anajimenez on Jan. 11, 2024, 8:04 a.m.

Dear @junma,

This is the trace thrown by your container:

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

It seems a problem trying to import datasets.

Hope this helps.