检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Viewing My Created Labeling Jobs On the ModelArts Data Labeling page, view your created labeling jobs in the My Creations tab. Procedure Log in to the ModelArts management console. In the navigation pane on the left, choose Data Preparation > Label Data. The Data Labeling page is
Specifications for Custom Images for Training Jobs When you use a locally developed model and training script to create a custom image, ensure that the custom image complies with the specifications defined by ModelArts. Specifications Use Ubuntu 18.04 for custom images to in case
How Are Training Jobs Billed? If you use a public resource pool, you are charged based on the selected flavor, number of nodes, and running duration. The billing rule is as follows: Unit price of the flavor x Number of nodes x Running duration (accurate to seconds). If you use dedicated
Deploying a Model as Real-Time Inference Jobs Deploying and Using Real-Time Inference Deploying a Model as a Real-Time Service Authentication Methods for Accessing Real-time Services Accessing a Real-Time Service Through Different Channels Accessing a Real-Time Service Using Different
Training Jobs Created in a Dedicated Resource Pool No Cloud Storage Name or Mount Path Displayed on the Page for Creating a Training Job Parent topic: Training Jobs
What Is the Common File Path for Training Jobs? The path to the training environment and the code directory in the container are generally obtained using the environment variable ${MA_JOB_DIR}, which is /home/ma-user/modelarts/user-job-dir. Parent topic: Compiling the Training Code
What Is TensorBoard Used for in Model Visualization Jobs? Visualization jobs are powered by TensorBoard. For details about TensorBoard functions, see the TensorBoard official website. Parent topic: Functional Consulting
Is There Any Conflict When Models of Two Training Jobs Are Saved in the Same Directory of a Container? Storage directories of ModelArts training jobs do not affect each other. Environments are isolated from each other, and data of other jobs cannot be viewed. Parent topic: Viewing
How Do I Use PyCharm ToolKit to Create Multiple Jobs for Simultaneous Training? PyCharm ToolKit supports only one job at a time. To run another job, you must manually stop the current one. Parent topic: Using PyCharm Toolkit