Hello @vchung ,
Kindly let me know error for my submission ( id: 9761228 )
I am able to run the image locally and generate the predictions.csv file successfully (with mounting input and output folder).
Regards,
Jayanthi
Created by Jayanthi Jayakumar Sci_4_Hu Ok,
Thank you. Hi @Sci_4_Hu ,
The validation and test data (with the groundtruth) will be released on the [SEA-AD portal](https://portal.brain-map.org/explore/seattle-alzheimers-disease/seattle-alzheimers-disease-brain-cell-atlas-download) later this year. Once released, you'll be able to download the data and test your model locally.
That being said, the organizers are also currently discussing opening a post-challenge phase, where additional models could be submitted for evaluation, with the clear understanding that they will not be considered for final ranking. More updates coming soon~ Thank you. Yes its a path error.
Though am aware challenge is closed is any way we can re-submit and know how the model works? Hi @Sci_4_Hu ,
Here is the error received for subID 9761228:
```
Traceback (most recent call last):
File "/app/script1.py", line 15, in
raise FileNotFoundError("No .h5ad file found in the input folder.")
FileNotFoundError: No .h5ad file found in the input folder.
Script 1 failed
```
A friendly reminder that the submission system mounts the input and output folders as `/input` and `/output`, respectively.
Hope this helps!