提交 6cbb4d4a 编写于 作者: L liuyang_655

Add correction

上级 5deb5345
......@@ -165,7 +165,7 @@ The parameter name is model\_parallel\_weight and the dividing strategy is to pe
2. Call the `save_checkpoint` API to write the parameter data to a file and generate a new checkpoint file.
```
save_checkpoint(save_obj, “./CKP-Integrated_1-4_32.ckpt”)
save_checkpoint(param_list, “./CKP-Integrated_1-4_32.ckpt”)
```
In the preceding information:
......
......@@ -169,7 +169,7 @@ strategy = build_searched_strategy("./strategy_train.cpkt")
2. 调用`save_checkpoint`接口,将参数数据写入文件,生成新的CheckPoint文件。
```
save_checkpoint(save_obj, “./CKP-Integrated_1-4_32.ckpt”)
save_checkpoint(param_list, “./CKP-Integrated_1-4_32.ckpt”)
```
其中,
- `save_checkpoint`: 通过该接口将网络模型参数信息存入文件。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册