3. Start TrainingΒΆ

This section serves as explanation on how to start a run to train a model and on how to monitor the run.

3.1. Start a RunΒΆ

How to submit a run:

  • navigate to the Mantik platform in your browser

  • click on the Projects section of the top-bar

  • click on the VIEW DETAILS on your project

  • click on Runs on the side menu and select Submissions from the dropdown menu

  • click on the + ADD button (it is all the way to the right)

  • fill the form in the following way:

configure-run.png

  • click on RUN!

Note

PATH TO APPTAINER IMAGE must correspond to the path given in this section.

YOUR COMPUTE BUDGET ACCOUNT is the compute account/project that is billed for the compute time.

You also might have slightly different names for Experiment Repository, Code Repository and Connection.

3.2. Check information about the RunΒΆ

In the Runs view, you can find all the runs related to a specific project. Here, you will find details like the experiment repository, the connection used, the run’s start time, and its current status. You can interact with a run by clicking on any of the icons in the β€œAction” column.

  • To re-submit the run with the exact same mlflow parameters and backend config click on resubmit_icon.png

  • To access detailed information about a specific run such as the submission info and the logs, click on eye-icon.svg

  • To delete the run from your project click on delete_icon.png

  • To cancel a run, meaning interrupting its execution click on cancel_icon.png