Skip to main content

Runbox Creation/Management

Institution administrators can directly create and manage Runbox practice environments for AI model training.

Runbox Creation

  • Click on 'Add Material' in the Subject > Class > Class Details section and select 'Runbox Environment'.
  • Set the material title, basic environment (Jupyter Notebook, Orange 3), and runtime to be used.

Runbox Management

  • Enter the edit page for the created Runbox material.
  • Perform detailed settings related to the Runbox practice.
    • Basic Settings Tab: You can change the material title, basic environment, and runtime settings that were entered when adding the material.
    • (Image for Basic Settings Tab to be inserted)

Runbox Material Structure

The main materials that constitute the Runbox practice environment are categorized into three types.

  • Learning Materials: These are the script materials provided by default in the practice environment, which serve as suitable skeletons or template files to start learning. The file format should be based on the basic execution environments (Jupyter Notebook and Orange 3).
  • Grading Scripts: These are script materials used to grade the submitted codes of the practitioners.
  • Datasets: These are the basic sources needed during practice (e.g., 100 photos of dogs to be used for model training). CSV, XML, JSON, NPY, JPG, and other file formats are supported.

Please write and upload grading scripts and datasets only if necessary.

The created learning materials, grading scripts, and datasets can be uploaded in .zip format in each tab of the material edit section.

Runbox Material Storage Locations

  • Learning Materials: Can be checked within the container at /home/elicer.
  • Datasets: Can be checked within the container at the /mnt/elice/dataset path.
  • Grading Scripts: Stored in a location that cannot be accessed or verified within the container.