Runbox Creation/Management

As an administrator, you can create and manage runbox practice environments for AI model training.

Creating a Runbox

  • Go to Subject > Class > Class Details > Add Materials and select 'Runbox Environment'.

  • Set the material title, default environment (Jupyter Notebook, Orange 3), and runtime.

Managing Runboxes

  • Access the page for modifying the created runbox material.

  • Configure detailed settings related to runbox practice.

    • Default Settings tab: You can change the material title, default environment, and runtime that you entered when adding the material.

    • (To be inserted: Default Settings tab image)

Structure of Runbox Material

The key materials that make up the runbox practice environment are divided into three categories.

  • Learning Materials: These are script materials that are provided by default in the practice environment. They are suitable for starting learning and include skeletons or template files that are appropriate for learning. The file format should be written based on the default execution environment (Jupyter Notebook and Orange 3).

  • Grading Scripts: These are script materials that can grade the learner's execution code.

  • Datasets: These are basic source files needed for practice (e.g., 100 pictures of dogs to be used for model training). They support file formats such as CSV, XML, JSON, NPY, and JPG.

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

The created learning materials, grading scripts, and datasets can be uploaded in .zip format on each tab for modifying the materials.

Storage Location of Runbox Materials

  • Learning Materials: They can be found in the container's /home/elicer.

  • Datasets: They can be found in the container's /mnt/elice/dataset path.

  • Grading Scripts: They are stored in a location that cannot be accessed or viewed within the container.

Last updated