Creating an Algorithm page
How you create an algorithm on GC depends on whether you are doing this as part of a challenge, or separately. Follow the specific instructions below:
Creating an algorithm for a challenge¶
Algorithms for challenges are created on the Submit page of the respective challenge. You will find a link to do so underneath the Algorithm drop-down:
Clicking on that link will open up a form where you get to give your algorithm a title and configure its resources (GPU type and memory):
Everything else is already configured for you (including the correct inputs and outputs), so that your algorithm will work for the specific challenge phase.
Creating an algorithm in isolation¶
To create a non-challenge Algorithm on grand-challenge.org, go to this page and click on + Add a new algorithm to create your algorithm page.
We restrict access to this feature of Grand Challenge. If you do not see this button, write to us and explain your use case and funding possibilities.
Create the basic page by answering the questionnaire about your algorithm.
- Prepare a Title and Logo
- Select specific Inputs and Outputs interfaces
- Choose CIRRUS Core as the default viewer
- Set GPU and memory requirements correctly
- Set hanging protocol and view content to control how the results will be displayed in the viewer, see here.