Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shippingwang committed Apr 10, 2020
1 parent b0abeac commit e683583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_cn/extension/paddle_inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Paddle 的模型保存有多种不同的形式,大体可分为两类:
1. persistable 模型(fluid.save_persistabels保存的模型)
一般用作模型的 checkpoint,可以加载后重新训练。persistable 模型保存的是零散的权重文件,每个文件代表模型中的一个 Variable,这些零散的文件不包含结构信息,需要结合模型的结构一起使用。
一般做为模型的 checkpoint,可以加载后重新训练。persistable 模型保存的是零散的权重文件,每个文件代表模型中的一个 Variable,这些零散的文件不包含结构信息,需要结合模型的结构一起使用。
```
resnet50-vd-persistable/
├── bn2a_branch1_mean
Expand Down

0 comments on commit e683583

Please sign in to comment.