diff --git a/docs/modelarts/umn/modelarts_23_0091.html b/docs/modelarts/umn/modelarts_23_0091.html index a2c25f38..2f833c02 100644 --- a/docs/modelarts/umn/modelarts_23_0091.html +++ b/docs/modelarts/umn/modelarts_23_0091.html @@ -2,7 +2,7 @@

Model Package Specifications

When you import models in Model Management, if the meta model is imported from OBS or a container image, the model package must meet the following specifications:

-
diff --git a/docs/modelarts/umn/modelarts_23_0092.html b/docs/modelarts/umn/modelarts_23_0092.html index 13370eb1..c34b615e 100644 --- a/docs/modelarts/umn/modelarts_23_0092.html +++ b/docs/modelarts/umn/modelarts_23_0092.html @@ -411,8 +411,7 @@

Example of the Object Detection Model Configuration File

The following code uses the TensorFlow engine as an example. You can modify the model_type parameter based on the actual engine type.

Example of the Image Classification Model Configuration File

The following code uses the TensorFlow engine as an example. You can modify the model_type parameter based on the actual engine type.

Example of the Predictive Analytics Model Configuration File

The following code uses the TensorFlow engine as an example. You can modify the model_type parameter based on the actual engine type.

-

Example of the Custom Image Model Configuration File

The model input and output are similar to those in Example of the Object Detection Model Configuration File.