Input and output folders in submission

Input and output folders in submission  

  By: leo123 on June 14, 2024, 4:10 p.m.

I have a question about input and output folders during submission. Should I create them like what they are in the local inference folder and include them in the container? There is no problem when I do test in my local environment, but after submission, it always exposes the error that fails in one or multiple cases. Therefore, I am not sure whether the data is read correctly and implemented by model. Thanks

Re: Input and output folders in submission  

  By: imran.muet on June 14, 2024, 8:50 p.m.

You don't need to create the input and output folders when preparing the Docker image for submission. Instead, follow the guidelines and directory structure outlined here. Additionally, do not use the inference file you use for local testing. Instead, use the inference file provided here.

 Last edited by: imran.muet on June 14, 2024, 8:54 p.m., edited 1 time in total.