Hello,
Whenever I make a submission it takes too long for it to execute because of long queue, please speedup the time taken to process the submissions in the queue.
An alternative would be to let us submit multiple submissions. It was frustrating that even though the rules say we are allowed 3 submissions per day, we cannot make more than 1 due to the bottleneck.
To circumvent the long wait time to make submissions, I thought about creating another account. Is it okay or against the rules to create another account? Please clarify.
The reason for long queues might be that most participants use the code provided in the benchmark notebook, which does inference on CPU, instead of GPU. I just wrote about the issues:
Please make sure that your code leverages GPU for inference.
We are tracking the wait time and will upgrade the cluster if it gets much longer.
I thought about creating another account. Is it okay or against the rules to create another account?
We do not allow creating multiple accounts.
@leoaaa Sorry to hear that. To make sure your code will run in the cluster, we recommend you test your submission using the instructions in the runtime.
@rbgb I read that the current median wait time is 12hrs. Since the competition rules stated that we are allowed upto 3 submissions per day. In this spirit, please consider reducing the median wait time to 8hrs.