Skip to content

Sample Competitions

Adrien Pavão edited this page Feb 4, 2023 · 6 revisions

Simple templates

You can find examples of competitions here: https://github.com/codalab/competition-examples

In the codalab directory there are three templates:

  • Compute Pi, a very simple competition with code submission where participants have to estimate the value of pi.
  • Iris Challenge, a simple machine learning competition template which features training/validation/test data, results and code submissions and multiple phases.
  • Yellow World, a very basic template of competition with result submission.

GPU template

If you wish to test a GPU workers queue, you can use the following template: GPU Test Bundle.

Clone this wiki locally