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.
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'
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.