Regarding an error: The algorithm failed on one or more cases. ¶
By: jwoong.shin on July 5, 2023, 10:28 a.m.
There are several failed submissions with an error message: "The algorithm failed on one or more cases."
In most of the cases, submissions try to download some weights from the web, which is not allowed in this contest. To prevent data leakage, we disallowed internet transactions within a Docker Container.
To avoid this issue, you should remove any code that downloads from the web (e.g. pre-trained weights). Weights from the web would probably no longer needed after the model has trained on them. If you need anything from the web for the evaluation, please consider downloading in advance and including it in your Docker Image.
We apologize for the inconvenience, but would appreciate for your understanding. Thank you!