fix ch api_python ModelCheckpoint for prefix

Merge pull request  from koumengwang/code_docs_model
This commit is contained in:
i-robot 2022-04-01 02:28:23 +00:00 committed by Gitee
commit 050fe9a016
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

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