Runtime is a feature used in competitions where you submit not a prediction result file but the model you created and the source code for the inference part.
When you submit a trained model, the algorithm (inference program) will be executed and the inference time and results will be output. The output inference results will be automatically submitted to the evaluation function (an existing submission feature).
In this way, it can be used in a variety of situations, such as when measuring and evaluating inference time as well as accuracy, and when performing LIVE evaluation.
More details can be found here.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article