Submitting
Once tested a code can be submitted.
Last updated
Once tested a code can be submitted.
Last updated
Submitting a notebook solution is very simple.
Download your notebook under the .ipynb format and upload it under the of the CrunchDAO platform.
Since submitting a Notebook does not includes a requirements.txt
, users can instead specify a package's version using at the import level in a comment on the same line.
Specifying multiple times will cause the submission to be rejected if they are different.
Specifying versions on standard libraries will do nothing (but they will still be rejected if there is an inconsistent version).
The backend is parsing your submission to retrieve the code of the interface's functions (ie: train
, and infer
) and the dependencies of your code. By clicking on the right-side arrow you will access your submission content.
If the submission is complete you will see it appears under your .