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.

Submit with Crunch CLI

Usage: crunch push [OPTIONS]
Send the new submission of your code.
Options:
-m, --message TEXT Specify the change of your code. (like a commit
message)
-e, --main-file TEXT Entrypoint of your code. [default: main.py]
--model-directory TEXT Directory where your model is stored. [default:
resources]
--help Show this message and exit.

Check your submission

If the submission is complete you will see it appears under your submission section.
Some interesting submissions ;)
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.
The view of a submission once properly uploaded
Make sure that the system properly parsed your code and imports