This commit is contained in:
scutan90 2019-04-30 15:03:20 +08:00
parent ed063697d8
commit e171561304
2 changed files with 0 additions and 2 deletions

BIN
13-16章.docx Normal file

Binary file not shown.

View File

@ -292,7 +292,6 @@ Group convolution是将输入特征的维度c1分成g份每个group对应的c
Group convolution计算方式如下
![image](./img/ch17/2.png)
Group convolution运算量为
$$
B = H * W * h1 * w1 * c1/g * c2/g * g
$$
@ -322,7 +321,6 @@ $$
PW卷积的计算方式如下
![image](./img/ch17/5.png)
$$
B_PW = H_m * W_m * 1 * 1 * c_1 * c_2
$$