I wanted to clarify a bit more on the submission code:
- does everything have to be in a single google-colab notebook? or can we provide you a colab notebook as the main driver along with all dependent modules and trained weights?
- our team is writing the code on a private repo on bitbucket. Upon submission can we just make it public and include a cloning command in the notebook?
- the evaluation doesn't cover execution time. Is there any limit on execution time?
thank you
Hi,
You can provide you a colab notebook as the main driver along with all dependent modules but you will need to provide the training codes.
Yes, you can make your solution public.
There is no limit to execution time but shorter is better. We ask for it so we know what resources to allocate when running your solution.
All the best.