Hello Organizers,
I was wondering when the evaluated results from the leaderboard round will be available. We submitted a model to Task 1 but haven’t received any further updates. Could you please let us know the expected timeline?
Best regards,
Tushar
Created by TUSHAR PATEL tpatel Hi @vchung,
And I tried again! This time I double checked everything and it was working fine at my end with a small test data (similarly structured as training data) with the docker run command you mentioned above. Can you please let me know the error this time?
Thanks Hi @tpatel ,
It looks like subID 9760233 is experiencing the same errors as the previous submission. It may be helpful to run your container locally prior to submitting - are you able to run it locally by any chance? In order to emulate the same behavior as the submission system, be sure to run the container without network access, e.g.
```
docker run \
--rm \
--network none \
--volume /PATH/TO/INPUT_FOLDER/:/input:ro \
--volume $PWD/output:/output:rw \
YOUR_DOCKER_IMAGE
```
Hi @vchung,
Thanks for the insight! I tried and it failed again, this time downloading Miniconda at build time! Can you please let me know the new error it encountered!
Best,
Tushar Hi @tpatel ,
Great question! Due to the current sensitivity of the data, container logs are not made available to participants. However, we can share snippets of the logs to help with debugging. For subID 9758533, the model encountered the following error:
```
trying URL 'https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh'
Error in download.file(url, fname, mode = "wb") :
cannot open URL 'https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh'
Calls: ... tryCatch -> tryCatchList -> tryCatchOne ->
In addition: Warning message:
In download.file(url, fname, mode = "wb") :
URL 'https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh': status was 'Couldn't resolve host name'
Execution halted
```
Judging from the error message, your container is trying to download miniconda during its run. As a reminder, we do not allow any network access while running your containers, so any necessary downloads should be performed in your Dockerfile instead. Hi @vchung,
Thanks for the updates! Yes, the second submission was the exact copy of the first, you can ignore it if the first runs successfully.
Also, do you have the location for logs of the first one which could run?
Thanks Hi @tpatel ,
Apologies for the delayed feedback on your submission - you should be receiving updates regarding your submission shortly.
Btw, I noticed your team made a second submission (ID: 9759288). I believe this is a duplicate of your first one from 12 Sept, so I've invalidated it to ensure it doesn't count against your submission limit quota of 5. If this was an intentional second submission though, please let me know and I will correct it.
Let me know!
Drop files to upload
Inquiry About Leaderboard Round Results page is loading…