Skip to content

Commit

Permalink
Correct the define of MACCs.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarleysZhang committed Sep 30, 2020
1 parent 3064903 commit 20d0659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def voc_eval(detpath,
+ 从主内存中读取权重并计算点积;
+ 将输出向量或 `feature map` 写回主内存。

`MAes`:memory accesse,内存访问次数
`MAes`:memory accesse,内存访问次数
### 卷积层参数量
卷积层权重参数量 = $C_i\times K^2\times C_o + C_o$。$C_i$ 为输入特征图通道数,$K$ 为过滤器(卷积核)尺寸,$C_o$ 为输出的特征图的 `channel` 数(也是 `filter` 的数量),算式第二项是偏置项的参数量 。(一般不写偏置项,偏置项对总参数量的数量级的影响可以忽略不记,这里为了准确起见,把偏置项的参数量也考虑进来。)

Expand Down

0 comments on commit 20d0659

Please sign in to comment.