Viewing Training Logs
A training job version is generated each time a training job is executed. The version number is in the format of V0001 and V0002 in ascending order by default. You can view the logs of a training job with different versions.
Output and Log Paths of Training Jobs
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.
test-modelarts2
|---train-job-01
|---output
|---V0001
|---V0002
|---...
|---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.
After the training job is complete, the system automatically creates a folder named MA_LOG in the project directory to store training job log files.
Viewing Training Jobs in OBS
After the training job is complete, the system stores logs to the log directory in an OBS path.
- In the ModelArts Explorer area of PyCharm, double-click the version of the training job. The detailed configurations of the training job are displayed in the ModelArts Training Job area.
You can find the training log output path, that is, the OBS path, in the detailed configurations.
Figure 3 Finding the log output path
- Log in to OBS Console using the current account, find the folder based on the OBS path obtained in the previous step, and view the detailed logs of the training job.
Last Article: Starting or Stopping a Training Job
Next Article: Submitting Training Jobs with Different Names
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.