What Should I Know When Setting Training Parameters?

Pay attention to the following when setting training parameters:

  • When setting running parameters for creating a training job, you only need to set the corresponding parameter names and values. See Figure 1.

    **Figure 1** Setting running parameters

    Figure 1 Setting running parameters

  • If a parameter value is an OBS bucket path, use the path to the data. See Figure 2.

    **Figure 2** Configuring an OBS path

    Figure 2 Configuring an OBS path

  • When creating an OBS folder in code, you need to call a MoXing API as follows:

    import moxing as mox
    mox.file.make_dirs('obs://bucket_name/sub_dir_0/sub_dir_1')