submission invalid

submission invalid  

  By: yyydido on March 30, 2024, 12:34 p.m.

I have submit my docker image and got the information: ... Import Status: completed Image Is Valid: True Image Can Be Used: True Requires GPU: True ... However,there is no submission result in "Your submissions",I can't get the evaluation in leaderboards. I encountered "A submission for this algorithm container image for this phase already exists." when I selected the algorithm image uploaded before. Could you please do me a favor? Thanks a lot!

Re: submission invalid  

  By: yeganeh.madadi on March 30, 2024, 8:11 p.m.

Hello,

Every container image has a unique checksum to identify it. If a single bit is different the checksum will also. As such you are trying to re-submit an earlier image that wasn't successfully updated.

I thought you had not yet waited for the new algorithm image to become active. To prevent future confusion I suggest you add a comment to the uploaded image with a version number (e.g. 'v1', 'v2' etc).

Thanks!