This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
102a0ac16f
b278198978
commit
050fe9a016
No known key found for this signature in database
GPG Key ID:
173E9B9CA92EEF8F
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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。
Write
Preview
Loading…
Cancel
Save