OpenKBP - 2020 AAPM Grand Challenge Forum

Go back to competition Back to thread list Post in this thread

> Submitted failed: When I submit the validation results, I get the following error. How can I solve it?

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "program/evaluation_script.py", line 356, in
submission_data_loader = DataLoader(submitted_data_paths, mode_name='submission') # Set prediction loader
File "program/evaluation_script.py", line 211, in __init__
self.patient_id_list.append('pt_{}'.format(k.split('/pt_')[1].split('/')[0].split('.csv')[0]))
IndexError: list index out of range

Posted by: congshengli @ March 2, 2020, 9:31 a.m.

Have you tried to submit your predicted csv files?

Posted by: LSL000UD @ March 2, 2020, 3:43 p.m.

There are a few extra hidden files in the zip file that you submitted that are causing the problem. I made a more robust scoring function for CodaLab to account for hidden files, but I'm having trouble replacing the old scoring function. I'll try to sort this out in the next couple of days. Sorry for any inconvenience.

Posted by: OpenKBP @ March 2, 2020, 5:55 p.m.

A new scoring script was uploaded that will ignore any hidden files, so you won't need to change anything on your end. I re-ran your original submissions, and your best score has been posted to the leaderboard.

Posted by: OpenKBP @ March 2, 2020, 7:07 p.m.
Post in this thread