Changes to ma_umn from docs/doc-exports#16

Reviewed-by: argoncha Goncharov, Artem <artem.goncharov@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
This commit is contained in:
proposalbot 2022-07-26 13:36:58 +00:00 committed by zuul
parent 787d761582
commit b65cc7e95e
5 changed files with 9 additions and 9 deletions

View File

@ -91,7 +91,7 @@ Procedure
Follow-Up Procedure
-------------------
- **:ref:`Model Deployment <modelarts_23_0058>`**: On the **Models** page, click the triangle next to a model name to view all versions of the model. Locate the row that contains the target version, click **Deploy** in the **Operation** column, and select the deployment type configured when importing the model from the drop-down list. On the **Deploy** page, set parameters by referring to :ref:`Introduction to Model Deployment <modelarts_23_0058>`.
- :ref:`Model Deployment <modelarts_23_0058>`: On the **Models** page, click the triangle next to a model name to view all versions of the model. Locate the row that contains the target version, click **Deploy** in the **Operation** column, and select the deployment type configured when importing the model from the drop-down list. On the **Deploy** page, set parameters by referring to :ref:`Introduction to Model Deployment <modelarts_23_0058>`.
.. |image1| image:: /_static/images/en-us_image_0000001157081003.png

View File

@ -94,4 +94,4 @@ Procedure
Follow-Up Procedure
-------------------
- **:ref:`Model Deployment <modelarts_23_0058>`**: On the **Models** page, click the triangle next to a model name to view all versions of the model. Locate the row that contains the target version, click **Deploy** in the **Operation** column, and select the deployment type configured when importing the model from the drop-down list. On the **Deploy** page, set parameters by referring to :ref:`Introduction to Model Deployment <modelarts_23_0058>`.
- :ref:`Model Deployment <modelarts_23_0058>`: On the **Models** page, click the triangle next to a model name to view all versions of the model. Locate the row that contains the target version, click **Deploy** in the **Operation** column, and select the deployment type configured when importing the model from the drop-down list. On the **Deploy** page, set parameters by referring to :ref:`Introduction to Model Deployment <modelarts_23_0058>`.

View File

@ -87,7 +87,7 @@ Procedure
Follow-Up Procedure
-------------------
- **:ref:`Model Deployment <modelarts_23_0058>`**: On the **Models** page, click the triangle next to a model name to view all versions of the model. Locate the row that contains the target version, click **Deploy** in the **Operation** column, and select the deployment type configured when importing the model from the drop-down list. On the **Deploy** page, set parameters by referring to :ref:`Introduction to Model Deployment <modelarts_23_0058>`.
- :ref:`Model Deployment <modelarts_23_0058>`: On the **Models** page, click the triangle next to a model name to view all versions of the model. Locate the row that contains the target version, click **Deploy** in the **Operation** column, and select the deployment type configured when importing the model from the drop-down list. On the **Deploy** page, set parameters by referring to :ref:`Introduction to Model Deployment <modelarts_23_0058>`.
.. |image1| image:: /_static/images/en-us_image_0000001110761092.png

View File

@ -92,7 +92,7 @@ Procedure
Follow-Up Procedure
-------------------
- **:ref:`Model Deployment <modelarts_23_0058>`**: On the **Models** page, click the triangle next to a model name to view all versions of the model. Locate the row that contains the target version, click **Deploy** in the **Operation** column, and select the deployment type configured when importing the model from the drop-down list. On the **Deploy** page, set parameters by referring to :ref:`Introduction to Model Deployment <modelarts_23_0058>`.
- :ref:`Model Deployment <modelarts_23_0058>`: On the **Models** page, click the triangle next to a model name to view all versions of the model. Locate the row that contains the target version, click **Deploy** in the **Operation** column, and select the deployment type configured when importing the model from the drop-down list. On the **Deploy** page, set parameters by referring to :ref:`Introduction to Model Deployment <modelarts_23_0058>`.
.. |image1| image:: /_static/images/en-us_image_0000001156920973.png

View File

@ -9,11 +9,11 @@ This section describes how to use TensorFlow to recognize handwritten digits in
Before using the following sample, complete necessary operations. For details, see :ref:`Preparations <modelarts_21_0038__section51133584536>`. The following describes the process of using TensorFlow to recognize handwritten digits in images.
#. **:ref:`Preparing Data <modelarts_21_0038__section336312088>`**: Obtain the MNIST dataset and upload it to OBS.
#. **:ref:`Training a Model <modelarts_21_0038__section42320342266>`**: Use the TensorFlow framework to compile the model training script and create a training job for model training.
#. **:ref:`Importing a Model <modelarts_21_0038__section740614592308>`**: After training is complete, import the model to ModelArts.
#. **:ref:`Deploying a Service <modelarts_21_0038__section18653124916459>`**: Deploy the imported model as a real-time service.
#. **:ref:`Performing Prediction <modelarts_21_0038__section9961181112311>`**: Initiate a prediction request and obtain the prediction result.
#. :ref:`Preparing Data <modelarts_21_0038__section336312088>`: Obtain the MNIST dataset and upload it to OBS.
#. :ref:`Training a Model <modelarts_21_0038__section42320342266>`: Use the TensorFlow framework to compile the model training script and create a training job for model training.
#. :ref:`Importing a Model <modelarts_21_0038__section740614592308>`: After training is complete, import the model to ModelArts.
#. :ref:`Deploying a Service <modelarts_21_0038__section18653124916459>`: Deploy the imported model as a real-time service.
#. :ref:`Performing Prediction <modelarts_21_0038__section9961181112311>`: Initiate a prediction request and obtain the prediction result.
.. _modelarts_21_0038__section51133584536: