Algorithm submissions shows "Succeeded with Warnings" but evaluation failed? ¶
By: vj2212 on Dec. 9, 2024, 3:52 p.m.
When I click on results for my algorithm page, I see my last debugging submission succeeded with warnings, however when i click on "Your Submissions" in the monkey challenge page, I see my debugging run failed the evaluation section with the following message.
" Failed helpers.PredictionProcessingError: Error for prediction {'pk': '152b6dde-2e7c-4e41-b448-97539fc4410d', 'url': 'https://grand-challenge.org/algorithms/monkey-baseline-2/jobs/152b6dde-2e7c-4e41-b448-97539fc4410d/', 'inputs': [{'pk': 2023171, 'file': None, 'image': {'pk': 'f6eb256a-966c-465e-8b81-6f94b8d6f660', 'name': 'P000003_A_PAS_CPG.tif'}, 'value': None, 'interface': {'pk': 502, 'kind': 'Image', 'slug': 'kidney-transplant-biopsy', 'title': 'Kidney Transplant Biopsy', 'super_kind': 'Image', 'description': 'Whole-slide image of a PAS-stained kidney transplant biopsy', 'default_value': None, 'look_up_table': None, 'relative_path': 'images/kidney-transplant-biopsy-wsi-pas', 'overlay_segments': []}}, {'pk': 2023371, 'file': None, 'image': {'pk': '2e8bd6ce-e5c3-48a2-864c-2810d44db5ab', 'name': 'P000003_A_mask.tif'}, 'value': None, 'interface': {'pk': 238, 'kind': 'Segmentation', 'slug': 'tissue-mask', 'title': 'Tissue Mask', 'super_kind': 'Image', 'description': 'Segmentation of the tissue in the slide. 0: Backgr"
The message looks cut off, how can i debug this?