Submitting
Once tested a code can be submitted.
Submit with Notebook
Submitting a notebook solution is very simple.
Download your notebook under the .ipynb format and upload it under the submit section of the CrunchDAO platform.
Specifying package versions
Since submitting a Notebook does not includes a requirements.txt
, users can instead specify a package's version using requirement specifiers 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).
Submit with Crunch CLI
Check your submission
If the submission is complete you will see it appears under your submission section.
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.
Make sure that the system properly parsed your code and imports
Last updated