What Should I Know When Setting Training Parameters?
Pay attention to the following when setting training parameters:
- If the algorithm source and data source have been configured, the data_url parameter is automatically set based on the selected object and cannot be directly modified by changing the running parameters.
Figure 1 Running parameters automatically set
- When setting running parameters for creating a training job, you only need to set the corresponding parameter names and values. See Figure 2.
- If a parameter value is an OBS bucket path, use the path (starting with obs://) to the data. See Figure 3.
- When creating an OBS folder in code, call a MoXing API as follows:
import moxing as mox mox.file.make_dirs('obs://bucket_name/sub_dir_0/sub_dir_1')


Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.