Browse Source

!32319 fix ch api_python ModelCheckpoint for prefix

Merge pull request !32319 from koumengwang/code_docs_model
pull/1/head
i-robot Gitee 4 years ago
parent
commit
050fe9a016
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/api/api_python/train/mindspore.train.callback.ModelCheckpoint.rst

+ 1
- 1
docs/api/api_python/train/mindspore.train.callback.ModelCheckpoint.rst View File

@@ -10,7 +10,7 @@

**参数:**

- **prefix** (str) - checkpoint文件的前缀名称。默认值:CKP。
- **prefix** (str) - checkpoint文件的前缀名称。默认值:'CKP'
- **directory** (str) - 保存checkpoint文件的文件夹路径。默认情况下,文件保存在当前目录下。默认值:None。
- **config** (CheckpointConfig) - checkpoint策略配置。默认值:None。



Loading…
Cancel
Save