is there any way to obtain the running time of the submited docker ¶
By: junma on Sept. 1, 2022, 10:24 p.m.
Dear organizers,
It seems the submitted dockers very easy run out of time, which is the main reason of the error "The algorithm failed on one or more cases".
Althouth the docker works on the validation set, it could still run into error on the hidden testing set because the testing set includes some larger cases.
- Is there any way to obtain the running time for each case of the submited docker? This infomation is useful for us to select the final model.
- How to avoid the above situation (e.g., the submitted docker passed the validation phase but run into error on hidden large testing cases because of running time limitation)?