未验证 提交 280ba3b7 编写于 作者: S SunAhong1993 提交者: GitHub

Update Accuracy.md

上级 2ee08d39
......@@ -9,8 +9,10 @@ layer {
bottom: "input"
bottom: "label"
top: "accuracy"
include {
phase: TEST
accuracy_param{
top_k = 1
axis = 1
# ignore_label = 0 # 定义需要忽略的label的类标,一般未定义
}
}
```
......@@ -29,8 +31,8 @@ paddle.fluid.layers.accuracy(
### 功能差异
#### 计算机制
Caffe:只能计算每个类别中top1中正确预测的个数
PaddlePaddle:可以通过设置`k`来计算每个类别中top k 中正确预测的个数
Caffe:可以设置计算某一维的accuracy
PaddlePaddle:不可以设置计算某一维的accuracy
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册