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 20d0659 commit 824f14c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@ def voc_eval(detpath,
所以卷积层的 $FLOPs=(2\times C_{i}\times K^2-1)\times H\times W\times C_o$ ($C_i$ 为输入特征图通道数,$K$ 为过滤器尺寸,$H, W, C_o$为输出特征图的高,宽和通道数)。

### 全连接层的 FLOPs 计算
> 默认卷积核
全连接层的 $FLOPs = (2I − 1)O$,$I$ 是输入层的维度,$O$ 是输出层的维度。
## 模型参数量分析
> 模型参数数量(params):指模型含有多少参数,直接决定模型的大小,也影响推断时对内存的占用量。
Expand Down

0 comments on commit 824f14c

Please sign in to comment.