forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Jiang, Beibei <beibei.jiang@t-systems.com> Co-committed-by: Jiang, Beibei <beibei.jiang@t-systems.com>
2.1 KiB
2.1 KiB
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.
- If a parameter value is an OBS bucket path, use the path to the data. See Figure 2.
- 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')
Parent topic: Training Jobs