Updated on 2023-11-21 GMT+08:00

Viewing Training Logs

This section describes how to view training job logs.

Viewing Training Logs in OBS

When you submit a training job, the system automatically creates a folder with the same name as the training job in the configured OBS path to store the model, logs, and code outputted after training is complete.

For example, when the train-job-01 job is submitted, a folder named train-job-01 is created in the test-modelarts2 bucket. In this folder, three sub-folders (output, log, and code) are created to store the outputted model, logs, and training code, respectively. Sub-folders will be created in the output folder based on your training job version. The following is an example of the folder structure:
test-modelarts2
    |---train-job-01
         |---output 
         |---log
         |---code

Viewing Training Logs in Toolkit

In PyCharm, click ModelArts Training Log in the lower right corner of the page. The training logs are displayed.

Figure 1 Viewing Training Logs