Introduction to AI Application Management

AI development and optimization require frequent iterations and debugging. Modifications in datasets, training code, or parameters affect the quality of models. If the metadata of the development process cannot be centrally managed, the optimal model may fail to be reproduced.

ModelArts AI application management allows you to import meta models from training jobs, OBS, and container images. In this way, you can centrally manage all iterated and debugged AI applications.

Constraints

Scenarios for Creating AI Applications

Functions of AI Application Management

Table 1 Functions of AI application management

Supported Function

Description

Creating an AI Application

Import the trained models to ModelArts and create AI applications for centralized management. The following provides the operation guide for each method of importing models.

Viewing Details About an AI Application

After an AI application is created, you can view its information on the details page.

Managing AI Applications

To facilitate traceback and model tuning, ModelArts provides the AI application version management function. You can manage AI applications by version.

Supported AI Engines for ModelArts Inference

If you import a model from a template or OBS to create an AI application, the following AI engines and versions are supported.

  • Runtime environments marked with recommended are unified runtime images, which will be used as mainstream base inference images.
  • Images of the old version will be discontinued. Use unified images.
  • The base images to be removed are no longer maintained.
  • Naming a unified runtime image: <AI engine name and version> - <Hardware and version: CPU, CUDA, or CANN> - <Python version> - <OS version> - <CPU architecture>
Table 2 Supported AI engines and their runtime

Engine

Runtime

TensorFlow

tensorflow_1.15.0-cann_6.3.0-py_3.7-euler_2.8.3-aarch64

MindSpore

mindspore_2.0.0-cann_6.3.0-py_3.7-euler_2.8.3-aarch64

PyTorch

pytorch_1.11.0-cann_6.3.0-py_3.7-euler_2.8.3-aarch64