forked from mindspore-Ecosystem/mindspore
!32319 fix ch api_python ModelCheckpoint for prefix
Merge pull request !32319 from koumengwang/code_docs_model
This commit is contained in:
commit
050fe9a016
docs/api/api_python/train
|
@ -10,7 +10,7 @@
|
|||
|
||||
**参数:**
|
||||
|
||||
- **prefix** (str) - checkpoint文件的前缀名称。默认值:CKP。
|
||||
- **prefix** (str) - checkpoint文件的前缀名称。默认值:'CKP'。
|
||||
- **directory** (str) - 保存checkpoint文件的文件夹路径。默认情况下,文件保存在当前目录下。默认值:None。
|
||||
- **config** (CheckpointConfig) - checkpoint策略配置。默认值:None。
|
||||
|
||||
|
|
Loading…
Reference in New Issue