# Distributed AutoML Front-end Functions and Panel

Function One: Training Task Management

This function takes the task type, dataset, parameters and GPU node which users enter to launch a training task in the GPU cluster for users to monitor and manage. The panel for this function is as below. Supported task types include Image Classification and Depth Estimation. Select a dataset that you have uploaded to the server in the designated format, a GPU node and training parameters before clicking **Start Training!**

\ <br>

Training Task Management Panel

!\[Graphical user interface, text, application

Description automatically generated]\(<https://www.matrix.io/gitbook/MANTA/MANTA_01.fld/image001.jpg)\\> <br>

Function Two: Training Task and Machine Status Monitoring

This function allows users to monitor running tasks, model convergence and machine status. The panel is as below. Model convergence provides information such as loss function, the accuracy of the training set and the test set. Machine status shows GPU utilization, power consumption, etc.

Training Task and Machine Status Monitoring Panel

Function Three: Model Inference Service

After a model has been trained, the final network model parameters will be saved in the cluster’s file system. To run the model inference service, select a model and upload the object data. The panel for this function is as below. The left section is for users to select a model and upload an image as the inference object. The result of inference will be shown on the right side. For Image Classification, the service will show a few categories which the model considers the most probable. For Depth Estimation, the service will present a depth map of the object image, which users can download to local.

!\[Diagram

Description automatically generated with low confidence]\(<https://www.matrix.io/gitbook/MANTA/MANTA_01.fld/image002.jpg>)

!\[Graphical user interface, text, application

Description automatically generated]\(<https://www.matrix.io/gitbook/MANTA/MANTA_01.fld/image003.jpg>)

Model Inference Service Panel

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.matrix.io/manta/distributed-automl-front-end-functions-and-panel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
