forked from docs/modelarts
![otcbot[bot]](/assets/img/avatar_default.png)
Changes to ma_umn from doc-exports#1 This is an automatically created Pull Request for changes to ma_umn in opentelekomcloud-docs/doc-exports#1. Please do not edit it manually, since update to the original PR will overwrite local changes. Original patch file, as well as complete rst archive, can be found in the artifacts of the opentelekomcloud-docs/doc-exports#1 Reviewed-by: kucerakk <kucerakk@gmail.com>
6.4 KiB
6.4 KiB
- original_name
modelarts_23_0044.html
Introduction to Model Training
ModelArts provides model training for you to view the training effect, based on which you can adjust your model parameters. You can select resource pools (CPU or GPU) with different instance flavors for model training. In addition to the models developed by users, ModelArts also provides built-in algorithms. You can directly adjust parameters of the built-in algorithms, instead of developing a model by yourself, to obtain a satisfactory model.
Description of the Model Training Function
Function | Description | Reference |
---|---|---|
Training job management | You can create training jobs, manage training job versions, and view details of training jobs, and evaluation details. |
|
Job parameter management | You can save the parameter settings of a training job (including the data source, algorithm source, running parameters, resource pool parameters, and more) as a job parameter, which can be directly used when you create a training job, eliminating the need to set parameters one by one. As such, the configuration efficiency can be greatly improved. | Managing Job Parameters <modelarts_23_0049> |
Model training visualization | TensorBoard and MindInsight effectively display the computational graph of a model in the running process, the trend of all metrics in time, and the data used in the training. | Managing Visualization Jobs <modelarts_23_0050> |